diff options
author | Derek Allard <derek.allard@ellislab.com> | 2010-09-07 14:35:47 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2010-09-07 14:35:47 +0200 |
commit | 34cf0a8bd4a185c85b84900324386e89eeca2b97 (patch) | |
tree | be6c64aeb5ecc30e99e863a77b223d54995837c5 /user_guide | |
parent | a33b93cdc442ea756ba7329404a9fe89d8ec660f (diff) |
typo fix
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/libraries/config.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/config.html b/user_guide/libraries/config.html index 6367e2e8e..bfb679457 100644 --- a/user_guide/libraries/config.html +++ b/user_guide/libraries/config.html @@ -66,7 +66,7 @@ come from the default config file (<samp>application/config/config.php</samp>) o <h2>Anatomy of a Config File</h2> -<p>By default, CodeIgniter has a one primary config file, located at <samp>application/config/config.php</samp>. If you open the file using +<p>By default, CodeIgniter has one primary config file, located at <samp>application/config/config.php</samp>. If you open the file using your text editor you'll see that config items are stored in an array called <var>$config</var>.</p> <p>You can add your own config items to |