Skip to content

Commit b8ed4b7

Browse files
committed
[BestPractices] fix minor typo
1 parent 9fee9ee commit b8ed4b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

best_practices/security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Security Voters
128128

129129
If your security logic is complex and can't be centralized into a method
130130
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
131+
of magnitude easier than :doc:`ACLs </cookbook/security/acl>` and will give
132132
you the flexibility you need in almost all cases.
133133

134134
First, create a voter class. The following example shows a voter that implements

0 commit comments

Comments
 (0)