Skip to content

Commit 7aaabbb

Browse files
committed
- fixed a typo in acl.js
1 parent 7d151fd commit 7aaabbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/acl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ Acl.prototype.areAnyRolesAllowed = function(roles, resource, permissions, cb){
564564
Returns what resources a role has the given permissions over.
565565
566566
@param {String|Array} Roles
567-
@param {String[Array} Permissions
567+
@param {String|Array} Permissions
568568
@param {Function} Callback called wish the result.
569569
*/
570570
Acl.prototype.whatResources = function(roles, permissions, cb){

0 commit comments

Comments
 (0)