grammar, typo and example corrections
diff --git a/user_guide/libraries/loader.html b/user_guide/libraries/loader.html
index 8cf5478..ea347cb 100644
--- a/user_guide/libraries/loader.html
+++ b/user_guide/libraries/loader.html
@@ -105,7 +105,7 @@
<h2>$this->load->model('<var>Model_name</var>');</h2>
<p><code>$this->load->model('<var>Model_name</var>');</code></p>
-<p>If you model is located in a sub-folder, include the relative path from your models folder. For example, if you have a model located at application/models/blog/queries.php you'll load it using:</p>
+<p>If your model is located in a sub-folder, include the relative path from your models folder. For example, if you have a model located at application/models/blog/queries.php you'll load it using:</p>
<p><code>$this->load->model('<var>blog/queries</var>');</code></p>
<p>If you would like your model assigned to a different object name you can specify it via the second parameter of the loading
function:</p>