summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/tutorial/static_pages.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2016-02-06 14:25:40 +0100
committerAndrey Andreev <narf@devilix.net>2016-02-06 14:26:20 +0100
commitb37036a48a7639b82050d9aba24d92a48f50de75 (patch)
treebf45f5572c6503e7e6a266c5bb0ab35cda2e54ba /user_guide_src/source/tutorial/static_pages.rst
parentacc2f249315f70bfb9c236389627869d4b247930 (diff)
Merge pull request #4410 from ShrmnK/develop
[ci skip] Consistent formatting of file paths and inline code in docs
Diffstat (limited to 'user_guide_src/source/tutorial/static_pages.rst')
-rw-r--r--user_guide_src/source/tutorial/static_pages.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/tutorial/static_pages.rst b/user_guide_src/source/tutorial/static_pages.rst
index 66621471e..569287c98 100644
--- a/user_guide_src/source/tutorial/static_pages.rst
+++ b/user_guide_src/source/tutorial/static_pages.rst
@@ -24,7 +24,7 @@ you'll see URL patterns that match:
As URL schemes become more complex, this may change. But for now, this
is all we will need to know.
-Create a file at application/controllers/Pages.php with the following
+Create a file at *application/controllers/Pages.php* with the following
code.
::