diff options
author | admin <devnull@localhost> | 2006-10-21 20:04:01 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-10-21 20:04:01 +0200 |
commit | e7e1dcd452a15abaaa01c03cd1ade564e3a59453 (patch) | |
tree | cf531f1e81ce86d28eb9dce4d9c0138e2a40ca90 /user_guide/libraries/config.html | |
parent | 9fcc28a29299fbbc242f87bf1b1e61fda6543886 (diff) |
Diffstat (limited to 'user_guide/libraries/config.html')
-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 2797cd22f..f8a9f5207 100644 --- a/user_guide/libraries/config.html +++ b/user_guide/libraries/config.html @@ -151,7 +151,7 @@ $site_name = $blog_config['site_name'];</code> <h2>Setting a Config Item</h2>
-<p>If you would like to dynamically set a config item or change an existing one, you can so so using:</p>
+<p>If you would like to dynamically set a config item or change an existing one, you can so using:</p>
<code>$this->config->set_item('<var>item_name</var>', '<var>item_value</var>');</code>
|