summaryrefslogtreecommitdiff
path: root/docs/middleware.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/middleware.txt')
-rw-r--r--docs/middleware.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/middleware.txt b/docs/middleware.txt
index a2853e2965..8f93d7185d 100644
--- a/docs/middleware.txt
+++ b/docs/middleware.txt
@@ -104,7 +104,7 @@ browsers).
It is suggested to place this first in the middleware list, so that the
compression of the response content is the last thing that happens. Will not
compress content bodies less than 200 bytes long, when the response code is
-something other than 200, Javascript files (for IE compatibitility), or
+something other than 200, JavaScript files (for IE compatibitility), or
responses that have the ``Content-Encoding`` header already specified.
django.middleware.http.ConditionalGetMiddleware