Selaa lähdekoodia

Fixed typos in docs/releases/3.0.txt.

Mariusz Felisiak 5 vuotta sitten
vanhempi
commit
2a6f45e08e
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      docs/releases/3.0.txt

+ 2 - 2
docs/releases/3.0.txt

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