diff --git a/reference/twig_reference.rst b/reference/twig_reference.rst index 70c2d286a66..99bda0b3821 100644 --- a/reference/twig_reference.rst +++ b/reference/twig_reference.rst @@ -131,7 +131,7 @@ csrf_token {{ csrf_token(intention) }} ``intention`` - **type**: ``string`` - an arbitrary string used to generate the token value. + **type**: ``string`` - an arbitrary string used to identify the token value. Renders a CSRF token. Use this function if you want :doc:`CSRF protection ` in a regular HTML form not managed by the Symfony Form component.