diff --git a/lib/acl-checker.js b/lib/acl-checker.js index 8ebba38a..89bcef8e 100644 --- a/lib/acl-checker.js +++ b/lib/acl-checker.js @@ -170,7 +170,7 @@ class ACLChecker { return `${parts.join('/')}/` } - // Gets the ACL's that applies to the resource + // Gets any ACLs that apply to the resource // DELETE uses docAcl when docAcl is parent to the resource // or docAcl and parentAcl when docAcl is the ACL of the Resource async getNearestACL (method) {