aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics/browser-enhancements.md
diff options
context:
space:
mode:
authorPascal Borreli2013-05-28 15:09:23 +0100
committerPascal Borreli2013-05-28 15:09:23 +0100
commit8f35ac4f93c608eaced3f48a46e8922104e09182 (patch)
tree55b394b57fc7b0e40283d89dc23dd0b41dfc074d /docs/topics/browser-enhancements.md
parent7123f0b1e6b29778c41476341bd2370f60c279fa (diff)
downloaddjango-rest-framework-8f35ac4f93c608eaced3f48a46e8922104e09182.tar.bz2
Fixed typos
Diffstat (limited to 'docs/topics/browser-enhancements.md')
-rw-r--r--docs/topics/browser-enhancements.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/browser-enhancements.md b/docs/topics/browser-enhancements.md
index ce07fe95..31b94841 100644
--- a/docs/topics/browser-enhancements.md
+++ b/docs/topics/browser-enhancements.md
@@ -60,7 +60,7 @@ have any control over what is sent in the `Accept` header.
## URL based format suffixes
REST framework can take `?format=json` style URL parameters, which can be a
-useful shortcut for determing which content type should be returned from
+useful shortcut for determining which content type should be returned from
the view.
This is a more concise than using the `accept` override, but it also gives