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:25:40 +0100
commitbc7524e7b9307b74d34deeafb0dd4832068fdb74 (patch)
treef82fb58bb3ebe21462f84b39174c37ebafe91000 /user_guide_src/source/tutorial/static_pages.rst
parentda1f7e54c5bca0e703fa2b3bc13d0fd55d16eb6c (diff)
parent57fb63c388b8487e3f4d08f251b3fca1677688e5 (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.
::