浏览代码

Fixed typos in docs/releases/3.0.txt.

Mariusz Felisiak 5 年之前
父节点
当前提交
2a6f45e08e
共有 1 个文件被更改,包括 2 次插入2 次删除
  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
 ~~~~~~~~~~~~