aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tutorial/quickstart.md
diff options
context:
space:
mode:
authorTom Christie2013-05-05 08:51:52 -0700
committerTom Christie2013-05-05 08:51:52 -0700
commit287ff43cdd85a5c2275205bf37e19dea3f69ad01 (patch)
treefbebe8abad45c92f9dc0d3bb87b1d1ecbbdeeb61 /docs/tutorial/quickstart.md
parent198b679e02954ebcfac37e9d0146caf575df4f5a (diff)
parent8cabae22c5330da2e0a15a6d61ef038a6447756a (diff)
downloaddjango-rest-framework-287ff43cdd85a5c2275205bf37e19dea3f69ad01.tar.bz2
Merge pull request #805 from vshih/master
Example and spelling fixes.
Diffstat (limited to 'docs/tutorial/quickstart.md')
-rw-r--r--docs/tutorial/quickstart.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/quickstart.md b/docs/tutorial/quickstart.md
index 74084541..d84ee46b 100644
--- a/docs/tutorial/quickstart.md
+++ b/docs/tutorial/quickstart.md
@@ -121,7 +121,7 @@ Firstly the names `user-detail` and `group-detail` are important. We're using t
Secondly, we're modifying the urlpatterns using `format_suffix_patterns`, to append optional `.json` style suffixes to our URLs.
-Finally, we're including default login and logout views for use with the browsable API. That's optional, but useful if your API requires authentication and you want to use the browseable API.
+Finally, we're including default login and logout views for use with the browsable API. That's optional, but useful if your API requires authentication and you want to use the browsable API.
## Settings