Skip to content

Commit f47e911

Browse files
committed
Fix typo in authorization
1 parent dac0f62 commit f47e911

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

components/security/authorization.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,11 @@ role::
158158
$roleHierarchyVoter = new RoleHierarchyVoter($roleHierarchy);
159159

160160
ExpressionVoter
161-
~~~~~~~~~~~~~~~~~~
161+
~~~~~~~~~~~~~~~
162+
162163
The :class:`Symfony\\Component\\Security\\Core\\Authorization\\Voter\\ExpressionVoter`
163164
supports :class:`Symfony\\Component\\ExpressionLanguage\\Expression` attributes
164-
and grants access based on the evaluation of expression (See :doc:`/security/expressions` )
165+
and grants access based on the evaluation of expression (see :doc:`/security/expressions` )
165166

166167
.. code-block:: php
167168

0 commit comments

Comments
 (0)