diff options
| author | Reinout van Rees | 2012-12-05 12:20:03 +0100 |
|---|---|---|
| committer | Reinout van Rees | 2012-12-05 12:20:03 +0100 |
| commit | fc6dbb45e023a5e5e6c92bd434b93350c4fbb8d3 (patch) | |
| tree | 5d9333d6ed387e58831d99d51fec419c0bd62ed8 /docs | |
| parent | 3e3ede71d2f4826fa1d07523705dd53ab2cba29a (diff) | |
| download | django-rest-framework-fc6dbb45e023a5e5e6c92bd434b93350c4fbb8d3.tar.bz2 | |
Fixed wording.
Diffstat (limited to 'docs')
| -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 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. --- |
