summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--user_guide/database/caching.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/database/caching.html b/user_guide/database/caching.html
index d9b906218..6d157abe1 100644
--- a/user_guide/database/caching.html
+++ b/user_guide/database/caching.html
@@ -91,7 +91,7 @@ accessing your database. Your database usage can effectively be reduced to zero
<p>Cache files DO NOT expire. Any queries that have been cached will remain cached until you delete them. The caching system
permits you clear caches associated with individual pages, or you can delete the entire collection of cache files.
-Typically you'll to use the housekeeping functions described below to delete cache files after certain
+Typically you'll want to use the housekeeping functions described below to delete cache files after certain
events take place, like when you've added new information to your database.</p>
<h2>Will Caching Improve Your Site's Performance?</h2>