Skip to content

Commit 80bef5a

Browse files
committed
minor #4873 [BestPractices] fix minor typo (xabbuh)
This PR was merged into the 2.3 branch. Discussion ---------- [BestPractices] fix minor typo | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | Commits ------- b8ed4b7 [BestPractices] fix minor typo
2 parents 6cffa4e + b8ed4b7 commit 80bef5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: best_practices/security.rst

+1-1
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)