diff options
| author | Sitong Peng | 2013-03-25 09:27:12 -0700 | 
|---|---|---|
| committer | Sitong Peng | 2013-03-25 09:27:12 -0700 | 
| commit | dab158e1fd827285032e331c10acc60e9719ace3 (patch) | |
| tree | d8c5966e7e5137e2bbbad9170409416529418e5d /docs/tutorial/4-authentication-and-permissions.md | |
| parent | 9fdb661c593a3c042d7aa2cd4608ae5b81f8109c (diff) | |
| download | django-rest-framework-dab158e1fd827285032e331c10acc60e9719ace3.tar.bz2 | |
Tiny typo
Diffstat (limited to 'docs/tutorial/4-authentication-and-permissions.md')
| -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 3ee755a2..878672bb 100644 --- a/docs/tutorial/4-authentication-and-permissions.md +++ b/docs/tutorial/4-authentication-and-permissions.md @@ -179,7 +179,7 @@ Now, if you open a browser again, you find that the 'DELETE' and 'PUT' actions o  ## Authenticating with the API -Because we now have a set of permissions on the API, we need to authenticate our requests to it if we want to edit any snippets.  We havn't set up any [authentication classes][authentication], so the defaults are currently applied, which are `SessionAuthentication` and `BasicAuthentication`. +Because we now have a set of permissions on the API, we need to authenticate our requests to it if we want to edit any snippets.  We haven't set up any [authentication classes][authentication], so the defaults are currently applied, which are `SessionAuthentication` and `BasicAuthentication`.  When we interact with the API through the web browser, we can login, and the browser session will then provide the required authentication for the requests. | 
