Fixed typos in docs/releases/3.0.txt.

This commit is contained in:
Mariusz Felisiak 2019-10-10 14:22:04 +02:00
parent 9facc90020
commit 2a6f45e08e
1 changed files with 2 additions and 2 deletions

View File

@ -192,8 +192,8 @@ Cache
~~~~~
* :func:`~django.utils.cache.add_never_cache_headers` and
:func:`~django.views.decorators.cache.never_cache` now adds ``private``
directive to a ``Cache-Control`` header.
:func:`~django.views.decorators.cache.never_cache` now add the ``private``
directive to ``Cache-Control`` headers.
File Storage
~~~~~~~~~~~~