typo fix
diff --git a/user_guide/libraries/loader.html b/user_guide/libraries/loader.html
index 4bc5d63..d9fb64d 100644
--- a/user_guide/libraries/loader.html
+++ b/user_guide/libraries/loader.html
@@ -103,7 +103,7 @@
 <p>The third <strong>optional</strong> parameter lets you change the behavior of the function so that it returns data as a string

 rather than sending it to your browser.  This can be useful if you want to process the data in some way.  If you

 set the parameter to <kbd>true</kbd> (boolean) it will return data.  The default behavior is <kbd>false</kbd>, which sends it

-to your browser.  Remember to assign it to a variable if you wan the data returned:</p>

+to your browser.  Remember to assign it to a variable if you want the data returned:</p>

 

 <code>$string = $this->load->view('<var>myfile</var>', '', <kbd>true</kbd>);</code>