Merge pull request #2277 from NullSoldier/doc-fix

Documentation typo
This commit is contained in:
Tom Christie 2014-12-15 10:43:20 +00:00
commit 1f6fd924fe

View File

@ -104,7 +104,7 @@ This permission is suitable if you want your API to only be accessible to regist
The `IsAdminUser` permission class will deny permission to any user, unless `user.is_staff` is `True` in which case permission will be allowed.
This permission is suitable is you want your API to only be accessible to a subset of trusted administrators.
This permission is suitable if you want your API to only be accessible to a subset of trusted administrators.
## IsAuthenticatedOrReadOnly