8000 [BestPractices] add missing comma · symfony/symfony-docs@761e311 · GitHub
[go: up one dir, main page]

Skip to content

Commit 761e311

Browse files
committed
[BestPractices] add missing comma
1 parent 6763052 commit 761e311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

best_practices/security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Authorization (i.e. Denying Access)
7373
-----------------------------------
7474

7575
Symfony gives you several ways to enforce authorization, including the ``access_control``
76-
configuration in :doc:`security.yml </reference/configuration/security>` the
76+
configuration in :doc:`security.yml </reference/configuration/security>`, the
7777
:ref:`@Security annotation <best-practices-security-annotation>` and using
7878
:ref:`isGranted <best-practices-directly-isGranted>` on the ``security.context``
7979
service directly.

0 commit comments

Comments
 (0)
0