Skip to content

Commit 8013d78

Browse files
committed
minor #8105 Fix (sense) typo in ACL documentation (medinae)
This PR was submitted for the 3.3 branch but it was merged into the 2.7 branch instead (closes #8105). Discussion ---------- Fix (sense) typo in ACL documentation Commits ------- f59c8ea Fix (sense) typo in ACL documentation
2 parents 48db377 + f59c8ea commit 8013d78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/acl_advanced.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ this request to an implementation of
190190
This allows you to replace the way access decisions are reached without actually
191191
modifying the ACL class itself.
192192

193-
The ``PermissionGrantingStrategy`` first checks all your object-scope ACEs. If none
193+
The ``PermissionGrantingStrategy`` first checks all your object-scope ACEs. If one
194194
is applicable, the class-scope ACEs will be checked. If none is applicable,
195195
then the process will be repeated with the ACEs of the parent ACL. If no
196196
parent ACL exists, an exception will be thrown.

0 commit comments

Comments
 (0)