summaryrefslogtreecommitdiffstats
path: root/user_guide/libraries
diff options
context:
space:
mode:
Diffstat (limited to 'user_guide/libraries')
-rw-r--r--user_guide/libraries/config.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/config.html b/user_guide/libraries/config.html
index bdabe8db1..6367e2e8e 100644
--- a/user_guide/libraries/config.html
+++ b/user_guide/libraries/config.html
@@ -144,7 +144,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 using:</p>
+<p>If you would like to dynamically set a config item or change an existing one, you can do so using:</p>
<code>$this->config->set_item('<var>item_name</var>', '<var>item_value</var>');</code>