diff options
| author | Tymur Maryokhin | 2014-11-29 20:23:55 +0100 |
|---|---|---|
| committer | Tymur Maryokhin | 2014-11-29 20:23:55 +0100 |
| commit | e2ea98e8ab3192fa8d252d33cc03929fcf6ed02f (patch) | |
| tree | 8090ba9ced4ed7efa0a124f2e25fb1e0c81984c2 /docs/tutorial/quickstart.md | |
| parent | dd9d40d8c01f54f1542ba728d89b8b2da584dc1f (diff) | |
| download | django-rest-framework-e2ea98e8ab3192fa8d252d33cc03929fcf6ed02f.tar.bz2 | |
Fixed typos
Diffstat (limited to 'docs/tutorial/quickstart.md')
| -rw-r--r-- | docs/tutorial/quickstart.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/quickstart.md b/docs/tutorial/quickstart.md index 1c398c1f..3e1ce0a9 100644 --- a/docs/tutorial/quickstart.md +++ b/docs/tutorial/quickstart.md @@ -100,7 +100,7 @@ Okay, now let's wire up the API URLs. On to `tutorial/urls.py`... router.register(r'groups', views.GroupViewSet) # Wire up our API using automatic URL routing. - # Additionally, we include login URLs for the browseable API. + # Additionally, we include login URLs for the browsable API. urlpatterns = [ url(r'^', include(router.urls)), url(r'^api-auth/', include('rest_framework.urls', namespace='rest_framework')) |
