Skip to content

Commit

Permalink
Update Permissions.md
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
pbkompasz authored Apr 23, 2022
1 parent 1869f47 commit 8ce1682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/Policies/Permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ return exits.success();


> ### Note
> Remember that, while we used `checkPermissions.with(…,…)` here, we could have
> Remember that, while we used `checkPermissions(…,…)` here, we could have
> also used `.with()` and switched to named parameters:
>
> ```js
Expand Down

0 comments on commit 8ce1682

Please sign in to comment.