8000 minor #7223 Update security.rst (BatsaxIV) · symfony/symfony-docs@dff5ba2 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit dff5ba2

Browse files
committed
minor #7223 Update security.rst (BatsaxIV)
This PR was merged into the 2.7 branch. Discussion ---------- Update security.rst Small fix, useless "a" on "Checking Permissions without @Security" part. Commits ------- e0c0289 Update security.rst
2 parents 6dd3291 + e0c0289 commit dff5ba2

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