Skip to content

Commit 1f6fd92

Browse files
committed
Merge pull request #2277 from NullSoldier/doc-fix
Documentation typo
2 parents d75b48d + 56c09cc commit 1f6fd92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ This permission is suitable if you want your API to only be accessible to regist
104104

105105
The `IsAdminUser` permission class will deny permission to any user, unless `user.is_staff` is `True` in which case permission will be allowed.
106106

107-
This permission is suitable is you want your API to only be accessible to a subset of trusted administrators.
107+
This permission is suitable if you want your API to only be accessible to a subset of trusted administrators.
108108

109109
## IsAuthenticatedOrReadOnly
110110

0 commit comments

Comments
 (0)