diff --git a/docs/concepts/Policies/Permissions.md b/docs/concepts/Policies/Permissions.md index 1a1439e0de..844548cbc9 100644 --- a/docs/concepts/Policies/Permissions.md +++ b/docs/concepts/Policies/Permissions.md @@ -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