@@ -73,7 +73,7 @@ Authorization (i.e. Denying Access)
7373
7474Symfony gives you several ways to enforce authorization, including the ``access_control ``
7575configuration in `security.yml `_, the :ref: `@Security annotation <best-practices-security-annotation >`
76- and using :ref: `isGranted <best-practices-directy -isGranted >` on the ``security.context ``
76+ and using :ref: `isGranted <best-practices-directly -isGranted >` on the ``security.context ``
7777service directly.
7878
7979.. best-practice ::
@@ -204,7 +204,7 @@ Now you can reuse this method both in the template and in the security expressio
204204 <a href=""> ... </a>
205205 {% endif %}
206206
207- .. _best-practices-directy -isGranted :
207+ .. _best-practices-directly -isGranted :
208208
209209Checking Permissions without @Security
210210--------------------------------------
@@ -351,9 +351,7 @@ develop `your own user provider`_ and `your own authentication provider`_.
351351.. _`security.yml` : http://symfony.com/doc/current/reference/configuration/security.html
352352.. _`ParamConverter` : http://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/converters.html
353353.. _`@Security annotation` : http://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/security.html
354- .. _`security.yml` : http://symfony.com/doc/current/reference/configuration/security.html
355354.. _`security voter` : http://symfony.com/doc/current/cookbook/security/voters_data_permission.html
356- .. _`Acces Control List` : http://symfony.com/doc/current/cookbook/security/acl.html
357355.. _`ACL's` : http://symfony.com/doc/current/cookbook/security/acl.html
358356.. _`expression` : http://symfony.com/doc/current/components/expression_language/introduction.html
359357.. _`FOSUserBundle` : https://github.com/FriendsOfSymfony/FOSUserBundle
0 commit comments