summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/overview/at_a_glance.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-03-05 12:43:25 +0100
committerAndrey Andreev <narf@bofh.bg>2012-03-05 12:43:25 +0100
commit193ec9693b642cf53a8ff7c2679f6a3c433abbb8 (patch)
tree6c9519bf9207dcbbd18e336a1a5dfb5252339220 /user_guide_src/source/overview/at_a_glance.rst
parent8741dda98f2cf4be982ce0cb4f6f798d2b53c0a9 (diff)
parent2baae203864cecd6f7c92b244c28dd18e0051d2c (diff)
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-issue-499
Diffstat (limited to 'user_guide_src/source/overview/at_a_glance.rst')
-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