diff options
author | Rick Ellis <rick.ellis@ellislab.com> | 2008-09-26 21:12:50 +0200 |
---|---|---|
committer | Rick Ellis <rick.ellis@ellislab.com> | 2008-09-26 21:12:50 +0200 |
commit | ba5c4ce31b0b2cbd3a5737a8a887a906bdc80b6d (patch) | |
tree | b169e5f486e16fe8f909af7b2575fa8f10ce0d22 /user_guide | |
parent | b3a3bf342903b32a79e8799860a61b93d7f28581 (diff) |
typo fix
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/general/views.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/general/views.html b/user_guide/general/views.html index 34b75c87c..ff6006025 100644 --- a/user_guide/general/views.html +++ b/user_guide/general/views.html @@ -90,7 +90,7 @@ you should do so before continuing.</p> <code>$this->load->view('<var>name</var>');</code>
-<p>Where <var>name</var> is the name of your view file. Note: The .php file extension does not need to be specified unless you use something other then <kbd>.php</kbd>.</p>
+<p>Where <var>name</var> is the name of your view file. Note: The .php file extension does not need to be specified unless you use something other than <kbd>.php</kbd>.</p>
<p>Now, open the controller file you made earlier called <dfn>blog.php</dfn>, and replace the echo statement with the view loading function:</p>
|