summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/tutorial
diff options
context:
space:
mode:
authorClaudio Galdiolo <claudio.galdiolo@gmail.com>2014-12-23 19:54:07 +0100
committerClaudio Galdiolo <claudio.galdiolo@gmail.com>2014-12-23 19:54:07 +0100
commit75cfa4e6a1870f76e9a933a6b2bf0602d0caccd9 (patch)
tree2fae4c55bd6bfad41003367e21db71d16d1e531f /user_guide_src/source/tutorial
parentc36d3a99727c78cc8ee25074704b50114743ca72 (diff)
fix typo
need need -> need
Diffstat (limited to 'user_guide_src/source/tutorial')
-rw-r--r--user_guide_src/source/tutorial/news_section.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/tutorial/news_section.rst b/user_guide_src/source/tutorial/news_section.rst
index ad9ed41d3..6ef4a33fd 100644
--- a/user_guide_src/source/tutorial/news_section.rst
+++ b/user_guide_src/source/tutorial/news_section.rst
@@ -196,7 +196,7 @@ The only things left to do is create the corresponding view at
Routing
-------
-Because of the wildcard routing rule created earlier, you need need an
+Because of the wildcard routing rule created earlier, you need an
extra route to view the controller that you just made. Modify your
routing file (application/config/routes.php) so it looks as follows.
This makes sure the requests reaches the news controller instead of