Skip to content

Commit 7092329

Browse files
committed
Minor tweak
1 parent ec8990e commit 7092329

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ help
33

44
**type**: ``string`` **default**: null
55

6-
Allows you to define extra information about the field, which will be rendered below the form field by default.
6+
Allows you to define a help message for the form field, which by default is
7+
rendered below the field.
78

89
.. code-block:: php
910

10-
$builder->add('name', null, array(
11-
'help' => 'My helper message.',
11+
$builder->add('zip_code', null, array(
12+
'help' => 'The ZIP/Postal code for your credit card\'s billing address.',
1213
));

0 commit comments

Comments
 (0)