aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tutorial/quickstart.md
diff options
context:
space:
mode:
authorTom Christie2012-10-12 01:15:36 -0700
committerTom Christie2012-10-12 01:15:36 -0700
commite48a3a01d94c3ff331a758056eae7692d613c1ee (patch)
tree031c586ff1edacfbd91c51e98a7eb4639b45ac6c /docs/tutorial/quickstart.md
parent9094f93d188859f5db9198a170bbb65d5b9e9286 (diff)
parent7367bd53a908474f14f0f44f3744f2fcb1f4111c (diff)
downloaddjango-rest-framework-e48a3a01d94c3ff331a758056eae7692d613c1ee.tar.bz2
Merge pull request #292 from j4mie/patch-1
Fix tiny typo
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 85411378..851db3c7 100644
--- a/docs/tutorial/quickstart.md
+++ b/docs/tutorial/quickstart.md
@@ -27,7 +27,7 @@ Notice that we're using hyperlinked relations in this case, with `HyperlinkedMod
## Views
-Right, we'd better right some views then. Open `quickstart/views.py` and get typing.
+Right, we'd better write some views then. Open `quickstart/views.py` and get typing.
from django.contrib.auth.models import User, Group
from rest_framework import generics