summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Meers <simon@simonmeers.com>2017-10-17 13:21:55 +1100
committerTim Graham <timograham@gmail.com>2017-10-17 08:02:42 -0400
commitc678ff91b12798e6ba7dd189ca3091cf98a2b295 (patch)
treec1fcd444f2ab6eba5549b763cdb0bffa98f4d21b
parent7cc155a04ce9579de3cdca59db9a4de11dc5eab9 (diff)
[2.0.x] Fixed typos in docs/releases/2.0.txt.
Backport of f771b24f00c982f169821191bc0843d3f3ee1d5c from master
-rw-r--r--docs/releases/2.0.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt
index 04ff9f5402..3a3ff4ece2 100644
--- a/docs/releases/2.0.txt
+++ b/docs/releases/2.0.txt
@@ -76,7 +76,7 @@ Mobile-friendly ``contrib.admin``
---------------------------------
The admin is now responsive and supports all major mobile devices.
-Older browser may experience varying levels of graceful degradation.
+Older browsers may experience varying levels of graceful degradation.
Window expressions
------------------
@@ -641,7 +641,7 @@ Miscellaneous
* ``django.shortcuts.render_to_response()`` is deprecated in favor of
:func:`django.shortcuts.render`. ``render()`` takes the same arguments
- except that is also requires a ``request``.
+ except that it also requires a ``request``.
* The ``DEFAULT_CONTENT_TYPE`` setting is deprecated. It doesn't interact well
well with third-party apps and is obsolete since HTML5 has mostly superseded