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 52cb0a7 commit 6df62e7Copy full SHA for 6df62e7
security/csrf.rst
@@ -151,7 +151,7 @@ generate a CSRF token in the template and store it as a hidden form field:
151
152
Then, get the value of the CSRF token in the controller action and use the
153
:method:`Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerTrait::isCsrfTokenValid`
154
-to check its validity::
+method to check its validity::
155
156
use Symfony\Component\HttpFoundation\Request;
157
use Symfony\Component\HttpFoundation\Response;
0 commit comments