diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-10-09 01:02:30 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-10-09 01:02:30 +0000 |
| commit | df794701d07206132c12b21d685793d1ec261cc5 (patch) | |
| tree | d26ae979c2e6d85241323795474f53837c1d7151 /docs | |
| parent | b6fd05e4452a709b5c7dc2fc961041d8d6a461d3 (diff) | |
Fixed small typo in docs/cache.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@812 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/cache.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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`` |
