Skip to content

Commit a97dc74

Browse files
committed
Fixed a minor code issue
1 parent fb22cef commit a97dc74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/forms/types/options/help_attr.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ These attributes can also be set in the template:
1313
.. code-block:: twig
1414

1515
{{ form_help(form.name, 'Your name', {
16-
'label_attr': {'class': 'CUSTOM_LABEL_CLASS'}
16+
'help_attr': {'class': 'CUSTOM_LABEL_CLASS'}
1717
}) }}

0 commit comments

Comments
 (0)