diff options
| author | Stephan Groß | 2013-07-31 20:25:28 +0200 | 
|---|---|---|
| committer | Stephan Groß | 2013-07-31 20:25:28 +0200 | 
| commit | e61210399154723f342ab9295c938bf72c8da7a6 (patch) | |
| tree | 0f8e975d93854c2513a7dd679fc2a2a3be05cf90 /docs/api-guide/permissions.md | |
| parent | 294d957361c78cdafcef60f915738ed0e533327c (diff) | |
| download | django-rest-framework-e61210399154723f342ab9295c938bf72c8da7a6.tar.bz2 | |
Fix typo
Diffstat (limited to 'docs/api-guide/permissions.md')
| -rw-r--r-- | docs/api-guide/permissions.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/api-guide/permissions.md b/docs/api-guide/permissions.md index 57636bc6..5597886d 100644 --- a/docs/api-guide/permissions.md +++ b/docs/api-guide/permissions.md @@ -196,7 +196,7 @@ The following third party packages are also available.  ## DRF Any Permissions -The [DRF Any Permissions][drf-any-permissions] packages provides a different permission behavior in contrast to the REST framework.  Only one of the given permissions have to be true in order to get access to the view. +The [DRF Any Permissions][drf-any-permissions] packages provides a different permission behavior in contrast to the REST framework.  Only one of the given permissions has to be true in order to get access to the view.  [cite]: https://developer.apple.com/library/mac/#documentation/security/Conceptual/AuthenticationAndAuthorizationGuide/Authorization/Authorization.html  [authentication]: authentication.md | 
