Skip to content

Commit 4e8e792

Browse files
committed
Minor fix
1 parent 457c7eb commit 4e8e792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ help
66
Allows you to define a help message for the form field, which by default is
77
rendered below the field::
88

9-
$builder->add('zip_code', null, [
9+
$builder->add('zipCode', null, [
1010
'help' => 'The ZIP/Postal code for your credit card\'s billing address.',
1111
]);

0 commit comments

Comments
 (0)