summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/overview
diff options
context:
space:
mode:
authorBrenderous <fox40k@gmail.com>2012-03-03 04:29:38 +0100
committerBrenderous <fox40k@gmail.com>2012-03-03 04:29:38 +0100
commit2f8473c031e8a1fa62a5556e013e293c297c41da (patch)
tree7d2c06a7ec5d1cf8adc480b43cbf125afcc5f8cb /user_guide_src/source/overview
parenta19beb0c580ac78c4b75548a046240a85f30cb29 (diff)
Just a grammar fix. Changed "...as the code these file contain will be minimized" to "...as the code these files contain will be minimized".
Diffstat (limited to 'user_guide_src/source/overview')
-rw-r--r--user_guide_src/source/overview/at_a_glance.rst2
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