summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/tutorial
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-02-13 11:31:36 +0100
committerAndrey Andreev <narf@devilix.net>2015-02-13 11:31:36 +0100
commited99086f04cb592d6ff44b3d40b5e0631cf3ddf5 (patch)
tree6a5ae33eea4673cb19276d96365c033a5b366203 /user_guide_src/source/tutorial
parente263efa0631bde3e00427554571e243e3546fc22 (diff)
[ci skip] Fix a typo in the docs
Close #3589
Diffstat (limited to 'user_guide_src/source/tutorial')
-rw-r--r--user_guide_src/source/tutorial/create_news_items.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/tutorial/create_news_items.rst b/user_guide_src/source/tutorial/create_news_items.rst
index 1f4a96dd3..461584723 100644
--- a/user_guide_src/source/tutorial/create_news_items.rst
+++ b/user_guide_src/source/tutorial/create_news_items.rst
@@ -88,7 +88,7 @@ Continuing down, you can see a condition that checks whether the form
validation ran successfully. If it did not, the form is displayed, if it
was submitted **and** passed all the rules, the model is called. After
this, a view is loaded to display a success message. Create a view at
-application/view/news/success.php and write a success message.
+application/views/news/success.php and write a success message.
Model
-----