summaryrefslogtreecommitdiffstats
path: root/user_guide/libraries/loader.html
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2008-05-26 04:34:43 +0200
committerDerek Allard <derek.allard@ellislab.com>2008-05-26 04:34:43 +0200
commit6d504e1928f8638fabbd1ead84ce140d9fabf237 (patch)
treefd9d4dfee26c7d2b1bc3457ef0d5657937bd9724 /user_guide/libraries/loader.html
parent88d4ce5e5ad8c989c968baa6141dc0f763ffe612 (diff)
grammar, typo and example corrections
Diffstat (limited to 'user_guide/libraries/loader.html')
-rw-r--r--user_guide/libraries/loader.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/loader.html b/user_guide/libraries/loader.html
index 8cf5478e8..ea347cb54 100644
--- a/user_guide/libraries/loader.html
+++ b/user_guide/libraries/loader.html
@@ -105,7 +105,7 @@ to your browser. Remember to assign it to a variable if you want the data retur
<h2>$this-&gt;load-&gt;model('<var>Model_name</var>');</h2>
<p><code>$this-&gt;load-&gt;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-&gt;load-&gt;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>