Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 80bef5a

Browse filesBrowse files
committed
minor symfony#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
Copy full SHA for 80bef5a

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎best_practices/security.rst

Copy file name to clipboardExpand all lines: best_practices/security.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.