diff options
author | Derek Allard <derek.allard@ellislab.com> | 2007-04-26 23:30:35 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2007-04-26 23:30:35 +0200 |
commit | cda47ee2aadbda3e6ad6adac2f0f9a0099f5b321 (patch) | |
tree | 30755ddba018e5154e5a1f708e5d5dde2fd7a96a /user_guide | |
parent | fbcc8e421ed5ae9c76b17923d5ea1e3f813b408f (diff) |
typo fix
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/libraries/pagination.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/pagination.html b/user_guide/libraries/pagination.html index 5af6618ce..fd300dbe2 100644 --- a/user_guide/libraries/pagination.html +++ b/user_guide/libraries/pagination.html @@ -63,7 +63,7 @@ Pagination Class <h1>Pagination Class</h1>
-<p>CodeIgniter's Pagination class is very easy to use, and it is 100% customizable, ether dynamically or via stored preferences.</p>
+<p>CodeIgniter's Pagination class is very easy to use, and it is 100% customizable, either dynamically or via stored preferences.</p>
<p>If you are not familiar with the term "pagination", it refers to links that allows you to navigate from page to page, like this:</p>
|