summaryrefslogtreecommitdiffstats
path: root/user_guide/libraries
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2008-09-05 00:15:04 +0200
committerDerek Allard <derek.allard@ellislab.com>2008-09-05 00:15:04 +0200
commit088e42cbb9835b44aa0c55c858dadd58e1361c2a (patch)
treefc196ecca66940f390035587f1b7812d430adb1d /user_guide/libraries
parente0fc57bffe1220b149b3f4f9ed800c8dd356bd57 (diff)
removed superfluous "the"
Diffstat (limited to 'user_guide/libraries')
-rw-r--r--user_guide/libraries/pagination.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/pagination.html b/user_guide/libraries/pagination.html
index 3e50084c8..452a4d213 100644
--- a/user_guide/libraries/pagination.html
+++ b/user_guide/libraries/pagination.html
@@ -100,7 +100,7 @@ minimum you need the three shown. Here is a description of what those items rep
<h3>Setting preferences in a config file</h3>
<p>If you prefer not to set preferences using the above method, you can instead put them into a config file.
-Simply create a new file called the <var>pagination.php</var>, add the <var>$config</var>
+Simply create a new file called <var>pagination.php</var>, add the <var>$config</var>
array in that file. Then save the file in: <var>config/pagination.php</var> and it will be used automatically. You
will NOT need to use the <dfn>$this->pagination->initialize</dfn> function if you save your preferences in a config file.</p>