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 9fee9ee commit b8ed4b7Copy full SHA for b8ed4b7
best_practices/security.rst
@@ -128,7 +128,7 @@ Security Voters
128
129
If your security logic is complex and can't be centralized into a method
130
like ``isAuthor()``, you should leverage custom voters. These are an order
131
-of magnitude easier than :doc:`ACL's </cookbook/security/acl>` and will give
+of magnitude easier than :doc:`ACLs </cookbook/security/acl>` and will give
132
you the flexibility you need in almost all cases.
133
134
First, create a voter class. The following example shows a voter that implements
0 commit comments