summaryrefslogtreecommitdiffstats
path: root/user_guide/general/models.html
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2009-05-03 21:45:45 +0200
committerDerek Allard <derek.allard@ellislab.com>2009-05-03 21:45:45 +0200
commit03d783ba0bbee1a5f76b6ad686bbcee59a2e21fb (patch)
tree8ad3eac53908504d85022a524708a9ff5ccaa4ea /user_guide/general/models.html
parent58b339988cc1ad4516fea3c00b56a3660aac8225 (diff)
bug fix and typo fixes
Diffstat (limited to 'user_guide/general/models.html')
-rw-r--r--user_guide/general/models.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/general/models.html b/user_guide/general/models.html
index efee5117a..88600bc1f 100644
--- a/user_guide/general/models.html
+++ b/user_guide/general/models.html
@@ -161,7 +161,7 @@ To load a model you will use the following function:</p>
<code>$this->load->model('<var>Model_name</var>');</code>
-<p>If you model is located in a sub-folder, include the relative path from your models folder. For example, if
+<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 <dfn>application/models/blog/queries.php</dfn> you'll load it using:</p>
<code>$this->load->model('<var>blog/queries</var>');</code>