We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16e36a6 commit 897207cCopy full SHA for 897207c
lib/acl-checker.js
@@ -170,7 +170,7 @@ class ACLChecker {
170
return `${parts.join('/')}/`
171
}
172
173
- // Gets the ACL's that applies to the resource
+ // Gets any ACLs that apply to the resource
174
// DELETE uses docAcl when docAcl is parent to the resource
175
// or docAcl and parentAcl when docAcl is the ACL of the Resource
176
async getNearestACL (method) {
0 commit comments