summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-03-21 17:33:45 +0100
committerAndrey Andreev <narf@devilix.net>2014-03-21 17:33:45 +0100
commitc185e325fc0af2e79da34d6cf5e8635646b907a8 (patch)
tree65f6191f9a8a4982d67c9e727ab9a5df63566a20
parent39233306de07ada3575a71d70349010954676486 (diff)
parent159b775e83c5579999e1af89535900f72614d60a (diff)
Merge pull request #2961 from aochagavia/Typo-fix
Fixed typo in tutorial/create_news_items
-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 bfaf13537..ad355b33d 100644
--- a/user_guide_src/source/tutorial/create_news_items.rst
+++ b/user_guide_src/source/tutorial/create_news_items.rst
@@ -39,7 +39,7 @@ form_open() function and the validation_errors() function.
The first function is provided by the `form
helper <../helpers/form_helper.html>`_ and renders the form element and
-adds extra functionality, like adding a hidden `CSFR prevention
+adds extra functionality, like adding a hidden `CSRF prevention
field <../libraries/security.html>`_. The latter is used to report
errors related to form validation.