Skip to content

Commit 2176eb5

Browse files
committed
[#2989] Fix typo thanks to @xabbuh
1 parent 4848f40 commit 2176eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/security/acl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cannot only be based on the person (``Token``) who is requesting access, but
99
also involve a domain object that access is being requested for. This is where
1010
the ACL system comes in.
1111

12-
.. sidebar:: Alternatives to ACLS
12+
.. sidebar:: Alternatives to ACLs
1313

1414
Using ACL's isn't trivial, and for simpler use cases, it may be overkill.
1515
If your permission logic could be described by just writing some code (e.g.

0 commit comments

Comments
 (0)