aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvain Bellemare2014-05-06 15:07:40 +0200
committerSylvain Bellemare2014-05-06 15:08:53 +0200
commite033a0b9a0d655666385cd9831c7f1279573b47f (patch)
tree169adbca8c1212283ce916d7c137cdcd07b95c32
parentbeb7253a961870a37833b7df6d1dfd3e8c1db778 (diff)
downloaddjango-rest-framework-e033a0b9a0d655666385cd9831c7f1279573b47f.tar.bz2
Replaced singular "is" by plural "are"
-rw-r--r--docs/tutorial/6-viewsets-and-routers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/6-viewsets-and-routers.md b/docs/tutorial/6-viewsets-and-routers.md
index dad71601..04b42f2e 100644
--- a/docs/tutorial/6-viewsets-and-routers.md
+++ b/docs/tutorial/6-viewsets-and-routers.md
@@ -138,7 +138,7 @@ You can review the final [tutorial code][repo] on GitHub, or try out a live exam
## Onwards and upwards
-We've reached the end of our tutorial. If you want to get more involved in the REST framework project, here's a few places you can start:
+We've reached the end of our tutorial. If you want to get more involved in the REST framework project, here are a few places you can start:
* Contribute on [GitHub][github] by reviewing and submitting issues, and making pull requests.
* Join the [REST framework discussion group][group], and help build the community.