summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/tutorial
diff options
context:
space:
mode:
authorZac Clancy <zclancy@globaldirt.org>2011-12-09 05:38:10 +0100
committerZac Clancy <zclancy@globaldirt.org>2011-12-09 05:38:10 +0100
commit7a617a0bc0933685c803740c67535620599eb173 (patch)
tree20c66e96ba3382f19990fc4ef9183bd5318ff05d /user_guide_src/source/tutorial
parent96b41c6dc9a174d9ffa3177f9479c2ecb11dfc72 (diff)
Fixed typo in introductory paragraph.
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 003b94bd8..794b67eed 100644
--- a/user_guide_src/source/tutorial/create_news_items.rst
+++ b/user_guide_src/source/tutorial/create_news_items.rst
@@ -2,7 +2,7 @@
Create news items
#################
-You now know how you can read data from a database using CodeIgnite, but
+You now know how you can read data from a database using CodeIgniter, but
you haven't written any information to the database yet. In this section
you'll expand your news controller and model created earlier to include
this functionality.