aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/permissions.md
diff options
context:
space:
mode:
authorDaniel Sokolowski2012-10-21 07:52:10 -0700
committerDaniel Sokolowski2012-10-21 07:52:10 -0700
commitd53ee8a10c5fd3c95a577a409d39a394a838b0b7 (patch)
treed9228a3fe855ac0c4ab4cb7be579415e3b52627a /docs/api-guide/permissions.md
parentefabd2bb1b762fbdee2b48fa3a6ccb8f23c7e8dc (diff)
parent65d4970bf71d31669f10dc0cecd4a2a00acd7393 (diff)
downloaddjango-rest-framework-d53ee8a10c5fd3c95a577a409d39a394a838b0b7.tar.bz2
Merge pull request #308 from markotibold/docs-edits
Documentation spelling and other mistake fixes.
Diffstat (limited to 'docs/api-guide/permissions.md')
-rw-r--r--docs/api-guide/permissions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api-guide/permissions.md b/docs/api-guide/permissions.md
index 249f3938..0b7b32e9 100644
--- a/docs/api-guide/permissions.md
+++ b/docs/api-guide/permissions.md
@@ -6,7 +6,7 @@
>
> — [Apple Developer Documentation][cite]
-Together with [authentication] and [throttling], permissions determine wheter a request should be granted or denied access.
+Together with [authentication] and [throttling], permissions determine whether a request should be granted or denied access.
Permission checks are always run at the very start of the view, before any other code is allowed to proceed. Permission checks will typically use the authentication information in the `request.user` and `request.auth` properties to determine if the incoming request should be permitted.