diff options
Diffstat (limited to 'user_guide/overview/at_a_glance.html')
-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 56f208a7e..be7e5e26a 100644 --- a/user_guide/overview/at_a_glance.html +++ b/user_guide/overview/at_a_glance.html @@ -107,7 +107,7 @@ like accessing a database, sending email, validating form data, maintaining sess much more.</p> <h2>CodeIgniter is Extensible</h2> -<p>The system can be easily extended through the use of plugins and helper libraries, or through class extensions or system hooks.</p> +<p>The system can be easily extended through the use of your own libraries, helpers, or through class extensions or system hooks.</p> <h2>CodeIgniter Does Not Require a Template Engine</h2> |