diff --git a/user_guide/libraries/loader.html b/user_guide/libraries/loader.html
index 44bae34..32bbddf 100644
--- a/user_guide/libraries/loader.html
+++ b/user_guide/libraries/loader.html
@@ -83,13 +83,13 @@
 

 <p>Once loaded, the library will be ready for use, using <kbd>$this->email-></kbd><samp><em>some_function</em>()</samp>.

 

-Each library is described in detail in its own page, so please read theinformation regarding each one you would like to use.</p>

+Each library is described in detail in its own page, so please read the information regarding each one you would like to use.</p>

 

 <p>Parameters can be passed to the library via an array in the second parameter. 

 

 

 

-<p>If you would like your libraries assigned to a different variable name then the default you can specify the name in the second paramter:</p>

+<p>If you would like your libraries assigned to a different variable name then the default you can specify the name in the second parameter:</p>

 

 <code>

 $this->load->library('email', 'E'); // Assigns the email object to "E"<br />