aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTom Christie2013-03-29 17:26:58 +0000
committerTom Christie2013-03-29 17:26:58 +0000
commit2e06f5c832479c8802f8bd8654fba5597ee228cc (patch)
tree64b569bbc014f34a4739b770369c2dc2ff113928 /docs
parent89f3c1f8c4cd8466cf8108b5ca042750c0064dfb (diff)
downloaddjango-rest-framework-2e06f5c832479c8802f8bd8654fba5597ee228cc.tar.bz2
Fix typo
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/release-notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md
index 6551c1af..62c31358 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -43,7 +43,7 @@ You can determine your currently installed version using `pip freeze`:
### Master
* OAuth2 authentication no longer requires unneccessary URL parameters in addition to the token.
-* URL hyperlinking in browseable API no handles more cases correctly.
+* URL hyperlinking in browseable API now handles more cases correctly.
* Bugfix: Fix regression with DjangoFilterBackend not worthing correctly with single object views.
### 2.2.5