summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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.