Skip to content

Commit

Permalink
minor #4873 [BestPractices] fix minor typo (xabbuh)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wouterj committed Jan 23, 2015
2 parents 6cffa4e + b8ed4b7 commit 80bef5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion best_practices/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Security Voters

If your security logic is complex and can't be centralized into a method
like ``isAuthor()``, you should leverage custom voters. These are an order
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
you the flexibility you need in almost all cases.

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

0 comments on commit 80bef5a

Please sign in to comment.