diff options
| author | Sylvain Bellemare | 2014-05-06 15:07:40 +0200 | 
|---|---|---|
| committer | Sylvain Bellemare | 2014-05-06 15:08:53 +0200 | 
| commit | e033a0b9a0d655666385cd9831c7f1279573b47f (patch) | |
| tree | 169adbca8c1212283ce916d7c137cdcd07b95c32 /docs/tutorial | |
| parent | beb7253a961870a37833b7df6d1dfd3e8c1db778 (diff) | |
| download | django-rest-framework-e033a0b9a0d655666385cd9831c7f1279573b47f.tar.bz2 | |
Replaced singular "is" by plural "are"
Diffstat (limited to 'docs/tutorial')
| -rw-r--r-- | docs/tutorial/6-viewsets-and-routers.md | 2 | 
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. | 
