aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tutorial/quickstart.md
diff options
context:
space:
mode:
authorTom Christie2012-12-06 12:27:12 -0800
committerTom Christie2012-12-06 12:27:12 -0800
commit1cf6a0469ba7c3f6a13c44c98cc5ae1a8109312b (patch)
tree506406c5dfc912b2b853403456539f9f2335b565 /docs/tutorial/quickstart.md
parent3868241f6acda96fbd08cc81211b09ffbc2f38b3 (diff)
parent7a110a3006b47e61c12dd5ec9e62b278d1b17298 (diff)
downloaddjango-rest-framework-1cf6a0469ba7c3f6a13c44c98cc5ae1a8109312b.tar.bz2
Merge pull request #475 from reinout/master
Textual tutorial 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 9a36a2b0..74084541 100644
--- a/docs/tutorial/quickstart.md
+++ b/docs/tutorial/quickstart.md
@@ -137,7 +137,7 @@ We'd also like to set a few global settings. We'd like to turn on pagination, a
'PAGINATE_BY': 10
}
-Okay, that's us done.
+Okay, we're done.
---