diff options
| author | Tom Christie | 2012-10-13 15:12:44 +0100 | 
|---|---|---|
| committer | Tom Christie | 2012-10-13 15:12:44 +0100 | 
| commit | fe5db419491fb400d4f7211f57225719087d7c36 (patch) | |
| tree | 726a64cb8a1698b85a4664fbd9864f1c4d8a7667 /docs/api-guide/requests.md | |
| parent | e4f43be47f532477a3ed656b4eb6f4bf371b7654 (diff) | |
| download | django-rest-framework-fe5db419491fb400d4f7211f57225719087d7c36.tar.bz2 | |
Fix typo
Diffstat (limited to 'docs/api-guide/requests.md')
| -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 919e410a..a371143a 100644 --- a/docs/api-guide/requests.md +++ b/docs/api-guide/requests.md @@ -79,7 +79,7 @@ You won't typically need to access this property.  --- -# Browser enhancments +# Browser enhancements  REST framework supports a few browser enhancments such as broser-based `PUT` and `DELETE` forms. | 
