summaryrefslogtreecommitdiffstats
path: root/user_guide/general/models.html
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2008-01-17 04:37:53 +0100
committerDerek Allard <derek.allard@ellislab.com>2008-01-17 04:37:53 +0100
commitbafe651a15358793689e2e2f7efcfcdfec2869ae (patch)
tree55ea53045a5f9c5daff9c495398e766599d4545e /user_guide/general/models.html
parent6b9e36d35da9c1963b9e22c7c526e24a87f35e6a (diff)
typos
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 cfeefacab..f5238eec7 100644
--- a/user_guide/general/models.html
+++ b/user_guide/general/models.html
@@ -203,7 +203,7 @@ class&nbsp;Blog_controller&nbsp;extends&nbsp;Controller&nbsp;{<br />
}</code>
<h2><a name="auto_load_model" id="auto_load_model"></a>Auto-loading Models</h2>
-<p>If you find that you need a particular model globally throughout your application, you can tell CodeIgniter to auto-load it during system initialization. This is done by opening the application/config/autoload.php file and adding the mdoel to the autoload array.</p>
+<p>If you find that you need a particular model globally throughout your application, you can tell CodeIgniter to auto-load it during system initialization. This is done by opening the application/config/autoload.php file and adding the model to the autoload array.</p>
<h2><a name="conn"></a>Connecting to your Database</h2>