aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/requests.md
diff options
context:
space:
mode:
authorTom Christie2012-10-13 15:12:44 +0100
committerTom Christie2012-10-13 15:12:44 +0100
commitfe5db419491fb400d4f7211f57225719087d7c36 (patch)
tree726a64cb8a1698b85a4664fbd9864f1c4d8a7667 /docs/api-guide/requests.md
parente4f43be47f532477a3ed656b4eb6f4bf371b7654 (diff)
downloaddjango-rest-framework-fe5db419491fb400d4f7211f57225719087d7c36.tar.bz2
Fix typo
Diffstat (limited to 'docs/api-guide/requests.md')
-rw-r--r--docs/api-guide/requests.md2
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.