aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tutorial/4-authentication-and-permissions.md
diff options
context:
space:
mode:
authorStephan Groß2012-10-30 14:53:38 +0100
committerStephan Groß2012-10-30 14:53:38 +0100
commit3216ac022419710485695a9a21f083f08e012a7f (patch)
tree3f770941fc9264adb43bcc3f365a54feb39a9ff4 /docs/tutorial/4-authentication-and-permissions.md
parentaa081678d5fecf6a17b411545571348e047c6846 (diff)
downloaddjango-rest-framework-3216ac022419710485695a9a21f083f08e012a7f.tar.bz2
added missing word + removed double whitespace
Diffstat (limited to 'docs/tutorial/4-authentication-and-permissions.md')
-rw-r--r--docs/tutorial/4-authentication-and-permissions.md2
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.