Skip to content

Commit 6a21206

Browse files
committed
[#1962] Slight language tweak
1 parent e700325 commit 6a21206

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
@@ -48,7 +48,7 @@ Functions
4848
| ``form_rest(form, variables = {})`` | This will render all fields that have not yet been rendered, more |
4949
| | information in :ref:`the Twig Form reference<reference-forms-twig-rest>`. |
5050
+----------------------------------------------------+--------------------------------------------------------------------------------------------+
51-
| ``csrf_token(intention)`` | This will render a CSRF token, use this function if you want CSRF protection without |
51+
| ``csrf_token(intention)`` | This will render a CSRF token. Use this function if you want CSRF protection without |
5252
| | creating a form |
5353
+----------------------------------------------------+--------------------------------------------------------------------------------------------+
5454
| ``is_granted(role, object = null, field = null)`` | This will return ``true`` if the current user has the required role, more |

0 commit comments

Comments
 (0)