diff options
| author | Stephan Groß | 2012-10-30 14:53:38 +0100 | 
|---|---|---|
| committer | Stephan Groß | 2012-10-30 14:53:38 +0100 | 
| commit | 3216ac022419710485695a9a21f083f08e012a7f (patch) | |
| tree | 3f770941fc9264adb43bcc3f365a54feb39a9ff4 /docs/tutorial | |
| parent | aa081678d5fecf6a17b411545571348e047c6846 (diff) | |
| download | django-rest-framework-3216ac022419710485695a9a21f083f08e012a7f.tar.bz2 | |
added missing word + removed double whitespace
Diffstat (limited to 'docs/tutorial')
| -rw-r--r-- | docs/tutorial/4-authentication-and-permissions.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/tutorial/4-authentication-and-permissions.md b/docs/tutorial/4-authentication-and-permissions.md index ca6ab80c..b0ed8f2a 100644 --- a/docs/tutorial/4-authentication-and-permissions.md +++ b/docs/tutorial/4-authentication-and-permissions.md @@ -120,7 +120,7 @@ Add the following property to **both** the `SnippetList` and `SnippetInstance` v  ## Adding login to the Browseable API -If you open a browser and navigate to the browseable API at the moment, you'll find you're no longer able to create new code snippets.  In order to do so we'd need to be able to login as a user. +If you open a browser and navigate to the browseable API at the moment, you'll find that you're no longer able to create new code snippets. In order to do so we'd need to be able to login as a user.  We can add a login view for use with the browseable API, by editing our URLconf once more. | 
