From b8ed4b7fdf87e27941a5a9d837cf327574d28e70 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Sat, 17 Jan 2015 11:23:52 +0100 Subject: [PATCH] [BestPractices] fix minor typo --- best_practices/security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/best_practices/security.rst b/best_practices/security.rst index bde6ef7f123..06c9e3956eb 100644 --- a/best_practices/security.rst +++ b/best_practices/security.rst @@ -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 ` and will give +of magnitude easier than :doc:`ACLs ` 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