summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKrzysztof Wolski <krzysztof.k.wolski@gmail.com>2017-02-08 11:28:46 +0100
committerKrzysztof Wolski <krzysztof.k.wolski@gmail.com>2017-02-08 11:28:46 +0100
commit4786ce5956f259b8bbafd55b114a651559912c49 (patch)
treef28f6cdeafdc6a415ab2d87006793c2e9ba5bf66 /docs
parentee958af14b8ba9f9efd821c1b70509ff5d450559 (diff)
downloadsaleor-frontend-4786ce5956f259b8bbafd55b114a651559912c49.tar.gz
saleor-frontend-4786ce5956f259b8bbafd55b114a651559912c49.tar.bz2
saleor-frontend-4786ce5956f259b8bbafd55b114a651559912c49.zip
Remove CamelCase from docs
Diffstat (limited to 'docs')
-rw-r--r--docs/settings.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/settings.rst b/docs/settings.rst
index bb1e2268..fa704e2b 100644
--- a/docs/settings.rst
+++ b/docs/settings.rst
@@ -1,10 +1,10 @@
-SiteSettings
-============
+Site settings
+=============
-SiteSettings module allows your users to change common shop settings from dashboard like its name or domain.
+*Site settings* module allows your users to change common shop settings from dashboard like its name or domain.
Settings object is chosen by pk from ``SITE_SETTINGS_ID`` variable.
Context processor
-----------------
-Thanks to ``saleor.site.context_processors.settings`` you can access SiteSettings in template with ``settings`` variable.
+Thanks to ``saleor.site.context_processors.settings`` you can access *Site settings* in template with ``settings`` variable.