diff options
author | Eric Barnes <eric@ericlbarnes.com> | 2011-12-09 05:42:39 +0100 |
---|---|---|
committer | Eric Barnes <eric@ericlbarnes.com> | 2011-12-09 05:42:39 +0100 |
commit | db351e6672d2f6d6d2015ad8b053d910911c2bc4 (patch) | |
tree | 20c66e96ba3382f19990fc4ef9183bd5318ff05d | |
parent | 96b41c6dc9a174d9ffa3177f9479c2ecb11dfc72 (diff) | |
parent | 7a617a0bc0933685c803740c67535620599eb173 (diff) |
Merge pull request #755 from zclancy/develop
Fixed typo in introductory paragraph.
-rw-r--r-- | user_guide_src/source/tutorial/create_news_items.rst | 2 |
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. |