diff --git a/user_guide/libraries/config.html b/user_guide/libraries/config.html
index f8a9f52..cd20298 100644
--- a/user_guide/libraries/config.html
+++ b/user_guide/libraries/config.html
@@ -12,7 +12,7 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript">

 window.onload = function() {

-	myHeight = new fx.Height('nav', {duration: 400}); 

+	myHeight = new fx.Height('nav', {duration: 400});

 	myHeight.hide();

 }

 </script>

@@ -75,7 +75,7 @@
 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

-this file, or if you prefer to keep your configuration items separate (assuming you even need config items), 

+this file, or if you prefer to keep your configuration items separate (assuming you even need config items),

 simply create your own file and save it in <dfn>config</dfn> folder.</p>

 

 <p><strong>Note:</strong> If you do create your own config files use the same format as the primary one, storing your items in

@@ -84,7 +84,7 @@
 

 <h2>Loading a Config File</h2>

 

-<p><strong>Note:</strong> Code Igniter automatically loads the primary config file (<samp>application/config/config.php</samp>), 

+<p><strong>Note:</strong> Code Igniter automatically loads the primary config file (<samp>application/config/config.php</samp>),

 so you will only need to load a config file if you have created your own.</p>

 

 <p>There are two ways to load a config file:</p>