summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/tutorial/static_pages.rst
diff options
context:
space:
mode:
authorSherman K <ShrmnK@users.noreply.github.com>2016-01-29 02:33:20 +0100
committerSherman K <ShrmnK@users.noreply.github.com>2016-01-29 02:33:20 +0100
commit237b4c915d873ab1b4efc80d50e86b97cbb97c03 (patch)
treef49b40bb44114e8cd8f8367cbc85720e42cd8ae3 /user_guide_src/source/tutorial/static_pages.rst
parent7c82d1852e3f9eb606686b4929d34f05e8c70cb2 (diff)
Consistent formatting of italicised file paths and inline code references
Signed-off-by: Sherman K <ShrmnK@users.noreply.github.com>
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.
::