Skip to content

Commit 8d94e91

Browse files
authored
docs(authorization): Fix gender neutral wording (#1190)
1 parent aeb68a5 commit 8d94e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/authorization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export const customAuthChecker: AuthChecker<ContextType> = (
7676
roles,
7777
) => {
7878
// here we can read the user from context
79-
// and check his permission in the db against the `roles` argument
79+
// and check the user's permission in the db against the `roles` argument
8080
// that comes from the `@Authorized` decorator, eg. ["ADMIN", "MODERATOR"]
8181

8282
return true; // or false if access is denied

0 commit comments

Comments
 (0)