summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Bennett <ubernostrum@gmail.com>2008-08-15 11:52:18 +0000
committerJames Bennett <ubernostrum@gmail.com>2008-08-15 11:52:18 +0000
commitb92b1791e9332f39905d5d35a74fc6d0f6fbc170 (patch)
tree0aa6ab143cd6d6f1353ce159468df3be6214cac4
parente149bee93ef45675e9ef88e6926041fc9c898c45 (diff)
downloaddjango-b92b1791e9332f39905d5d35a74fc6d0f6fbc170.tar.gz
Fixed #8234: Corrected typo in docs/cache.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8368 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/cache.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cache.txt b/docs/cache.txt
index 5748e8b85b..8f3134e3bc 100644
--- a/docs/cache.txt
+++ b/docs/cache.txt
@@ -639,7 +639,7 @@ apps' performance:
Order of MIDDLEWARE_CLASSES
===========================
-If you use caching middlewaare, it's important to put each half in the right
+If you use caching middleware, it's important to put each half in the right
place within the ``MIDDLEWARE_CLASSES`` setting. That's because the cache
middleware needs to know which headers by which to vary the cache storage.
Middleware always adds something to the ``Vary`` response header when it can.