Skip to content

Commit

Permalink
- fixed a typo in acl.js
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAshish committed May 15, 2018
1 parent 7d151fd commit 7aaabbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/acl.js
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ Acl.prototype.areAnyRolesAllowed = function(roles, resource, permissions, cb){
Returns what resources a role has the given permissions over.
@param {String|Array} Roles
@param {String[Array} Permissions
@param {String|Array} Permissions
@param {Function} Callback called wish the result.
*/
Acl.prototype.whatResources = function(roles, permissions, cb){
Expand Down

0 comments on commit 7aaabbb

Please sign in to comment.