Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
fix: wording in comment
Browse files Browse the repository at this point in the history
Co-Authored-By: Wojtek Trocki <wtrocki@redhat.com>
  • Loading branch information
Dara Hayes and wtrocki committed Jul 11, 2019
1 parent c49fbf5 commit debe81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/directives/directiveResolvers.ts
Expand Up @@ -47,7 +47,7 @@ export const auth = (next: Function) => (root: any, args: any, context: any, inf
*
* @param roles - The role or array of roles you want to authorize the user against.
*
* Checks that the authenticated keycloak user has the role.
* Checks if the authenticated keycloak user has the role.
* If the user has the role, the next resolver is called.
* If the user does not have the role, an error is thrown.
*
Expand Down

0 comments on commit debe81b

Please sign in to comment.