diff --git a/security/voters.rst b/security/voters.rst index e1e29822f94..17727b21e68 100644 --- a/security/voters.rst +++ b/security/voters.rst @@ -96,8 +96,8 @@ decides this using whatever logic you want. .. tip:: - The ``denyAccessUnlessGranted()`` function and the ``isGranted()`` functions - are both just shortcuts to call ``isGranted()`` on the ``security.authorization_checker`` + The ``denyAccessUnlessGranted()`` and ``isGranted()`` functions + are both just shortcuts of the Controller to call ``isGranted()`` on the ``security.authorization_checker`` service. Creating the custom Voter