Skip to content

Commit

Permalink
Merge pull request #7219 from pbkompasz/patch-1
Browse files Browse the repository at this point in the history
Update Permissions.md
  • Loading branch information
eashaw committed May 20, 2022
2 parents dfa9351 + 8ce1682 commit fc8d79b
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 fc8d79b

Please sign in to comment.