Skip to content

Commit

Permalink
Merge pull request #265 from 0xAshish/Typo_in_aclJS_#230
Browse files Browse the repository at this point in the history
- fixed a typo in acl.js
  • Loading branch information
manast authored Oct 28, 2019
2 parents 7d151fd + 7aaabbb commit 1f064cc
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 1f064cc

Please sign in to comment.