diff options
| author | Marko Tibold | 2012-10-21 16:34:07 +0200 |
|---|---|---|
| committer | Marko Tibold | 2012-10-21 16:34:07 +0200 |
| commit | 71a93930fd4df7a1f5f92c67633b813a26a5e938 (patch) | |
| tree | c82b5fdc3d69bc54aee06e506df7998e24db13e9 /docs/api-guide/authentication.md | |
| parent | efabd2bb1b762fbdee2b48fa3a6ccb8f23c7e8dc (diff) | |
| download | django-rest-framework-71a93930fd4df7a1f5f92c67633b813a26a5e938.tar.bz2 | |
Fixing spelling errors.
Diffstat (limited to 'docs/api-guide/authentication.md')
| -rw-r--r-- | docs/api-guide/authentication.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api-guide/authentication.md b/docs/api-guide/authentication.md index 5e5ee4ed..7bad4867 100644 --- a/docs/api-guide/authentication.md +++ b/docs/api-guide/authentication.md @@ -86,7 +86,7 @@ You'll also need to create tokens for your users. token = Token.objects.create(user=...) print token.key -For clients to authenticate, the token key should be included in the `Authorization` HTTP header. The key should be prefixed by the string literal "Token", with whitespace seperating the two strings. For example: +For clients to authenticate, the token key should be included in the `Authorization` HTTP header. The key should be prefixed by the string literal "Token", with whitespace separating the two strings. For example: Authorization: Token 9944b09199c62bcf9418ad846dd0e4bbdfc6ee4b |
