Skip to content

Commit 44df761

Browse files
authored
Adjusts description of the csrf_token extension
1 parent 2126435 commit 44df761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/twig_reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ csrf_token
131131
{{ csrf_token(intention) }}
132132
133133
``intention``
134-
**type**: ``string`` - an arbitrary string used to generate the token value.
134+
**type**: ``string`` - an arbitrary string used to identify the token value.
135135

136136
Renders a CSRF token. Use this function if you want :doc:`CSRF protection </security/csrf>`
137137
in a regular HTML form not managed by the Symfony Form component.

0 commit comments

Comments
 (0)