diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-03-03 13:20:53 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-03-03 13:20:53 +0100 |
commit | 9c624bfc164ca40c45b257211807e6e151688491 (patch) | |
tree | 7d2c06a7ec5d1cf8adc480b43cbf125afcc5f8cb /user_guide_src | |
parent | a19beb0c580ac78c4b75548a046240a85f30cb29 (diff) | |
parent | 2f8473c031e8a1fa62a5556e013e293c297c41da (diff) |
Merge pull request #1108 from Brenderous/patch-1
Just a grammar fix.
Diffstat (limited to 'user_guide_src')
-rw-r--r-- | user_guide_src/source/overview/at_a_glance.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/overview/at_a_glance.rst b/user_guide_src/source/overview/at_a_glance.rst index 31f0b4dd9..6dcfdbb14 100644 --- a/user_guide_src/source/overview/at_a_glance.rst +++ b/user_guide_src/source/overview/at_a_glance.rst @@ -41,7 +41,7 @@ CodeIgniter Uses M-V-C CodeIgniter uses the Model-View-Controller approach, which allows great separation between logic and presentation. This is particularly good for projects in which designers are working with your template files, as the -code these file contain will be minimized. We describe MVC in more +code these files contain will be minimized. We describe MVC in more detail on its own page. CodeIgniter Generates Clean URLs |