diff options
| author | Tom Christie | 2013-03-29 17:26:58 +0000 |
|---|---|---|
| committer | Tom Christie | 2013-03-29 17:26:58 +0000 |
| commit | 2e06f5c832479c8802f8bd8654fba5597ee228cc (patch) | |
| tree | 64b569bbc014f34a4739b770369c2dc2ff113928 /docs/topics/release-notes.md | |
| parent | 89f3c1f8c4cd8466cf8108b5ca042750c0064dfb (diff) | |
| download | django-rest-framework-2e06f5c832479c8802f8bd8654fba5597ee228cc.tar.bz2 | |
Fix typo
Diffstat (limited to 'docs/topics/release-notes.md')
| -rw-r--r-- | docs/topics/release-notes.md | 2 |
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 |
