8000 Update security.rst · symfony/symfony-docs@e0c0289 · GitHub
[go: up one dir, main page]

Skip to content

Commit e0c0289

Browse files
author
Jérémy Crapet
authored
Update security.rst
Small fix, useless "a" on "Checking Permissions without @Security" part.
1 parent 1c7ddc9 commit e0c0289

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
@@ -216,7 +216,7 @@ Checking Permissions without @Security
216216

217217
The above example with ``@Security`` only works because we're using the
218218
:ref:`ParamConverter <best-practices-paramconverter>`, which gives the expression
219-
access to the a ``post`` variable. If you don't use this, or have some other
219+
access to the ``post`` variable. If you don't use this, or have some other
220220
more advanced use-case, you can always do the same security check in PHP:
221221

222222
.. code-block:: php

0 commit comments

Comments
 (0)
0