8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c7ddc9 commit e0c0289Copy full SHA for e0c0289
best_practices/security.rst
@@ -216,7 +216,7 @@ Checking Permissions without @Security
216
217
The above example with ``@Security`` only works because we're using the
218
: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
+access to the ``post`` variable. If you don't use this, or have some other
220
more advanced use-case, you can always do the same security check in PHP:
221
222
.. code-block:: php
0 commit comments