From df794701d07206132c12b21d685793d1ec261cc5 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sun, 9 Oct 2005 01:02:30 +0000 Subject: [PATCH] Fixed small typo in docs/cache.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@812 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/cache.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cache.txt b/docs/cache.txt index f690e5f904..7bb8ab6398 100644 --- a/docs/cache.txt +++ b/docs/cache.txt @@ -295,4 +295,4 @@ Put the ``CacheMiddleware`` after any middlewares that might add something to the ``Vary`` header. The following middlewares do so: * ``SessionMiddleware`` adds ``Cookie`` - * ``GzipMiddleware`` adds ``Accept-Encoding`` + * ``GZipMiddleware`` adds ``Accept-Encoding``