diff options
author | Derek Allard <derek.allard@ellislab.com> | 2009-09-22 13:53:34 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2009-09-22 13:53:34 +0200 |
commit | f3c4f277a7d0dfcddcfb4656f439b660a7398831 (patch) | |
tree | fce51ac12d7cdf1ff64f108ace6b72d30e3ce947 /user_guide/overview | |
parent | 2aab78529d3570a39197cf2e58e953b16a26bee5 (diff) |
a series of clarifications of the docs
Diffstat (limited to 'user_guide/overview')
-rw-r--r-- | user_guide/overview/at_a_glance.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/overview/at_a_glance.html b/user_guide/overview/at_a_glance.html index 0ab065ef0..36ff54d42 100644 --- a/user_guide/overview/at_a_glance.html +++ b/user_guide/overview/at_a_glance.html @@ -60,7 +60,7 @@ What is CodeIgniter? <h2>CodeIgniter is an Application Framework</h2> -<p>CodeIgniter is a toolkit for people who build web application using PHP. Its goal is to enable you to develop projects much faster than you could if you were writing code +<p>CodeIgniter is a toolkit for people who build web applications using PHP. Its goal is to enable you to develop projects much faster than you could if you were writing code from scratch, by providing a rich set of libraries for commonly needed tasks, as well as a simple interface and logical structure to access these libraries. CodeIgniter lets you creatively focus on your project by minimizing the amount of code needed for a given task.</p> |