8000 Minor tweak · symfony/symfony-docs@6df62e7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6df62e7

Browse files
committed
Minor tweak
1 parent 52cb0a7 commit 6df62e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/csrf.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ generate a CSRF token in the template and store it as a hidden form field:
151151

152152
Then, get the value of the CSRF token in the controller action and use the
153153
:method:`Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerTrait::isCsrfTokenValid`
154-
to check its validity::
154+
method to check its validity::
155155

156156
use Symfony\Component\HttpFoundation\Request;
157157
use Symfony\Component\HttpFoundation\Response;

0 commit comments

Comments
 (0)
0