diff options
| author | Tom Christie | 2012-10-13 23:28:05 +0200 |
|---|---|---|
| committer | Tom Christie | 2012-10-13 23:28:05 +0200 |
| commit | 27b8904ffeb354422a688f40fbe0dfb398669327 (patch) | |
| tree | 4aa93632b4aa15a3d29a577090731f4a73e2a777 | |
| parent | b3477b3b6c1431a03089d68828c13568d02dc990 (diff) | |
| download | django-rest-framework-27b8904ffeb354422a688f40fbe0dfb398669327.tar.bz2 | |
Fix typo
| -rw-r--r-- | docs/api-guide/requests.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api-guide/requests.md b/docs/api-guide/requests.md index a371143a..9711d989 100644 --- a/docs/api-guide/requests.md +++ b/docs/api-guide/requests.md @@ -81,7 +81,7 @@ You won't typically need to access this property. # Browser enhancements -REST framework supports a few browser enhancments such as broser-based `PUT` and `DELETE` forms. +REST framework supports a few browser enhancments such as browser-based `PUT` and `DELETE` forms. ## .method |
