Fixed small typo in docs/cache.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@812 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-10-09 01:02:30 +00:00
parent b6fd05e445
commit df794701d0
1 changed files with 1 additions and 1 deletions

View File

@ -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``