Skip to content

Commit 6d56d93

Browse files
ikwattroweaverryan
authored andcommitted
fixed typo
1 parent 7c9ee1d commit 6d56d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ data
66
When you create a form, each field initially displays the value of the
77
corresponding property of the form's domain object (if an object is bound
88
to the form). If you want to override the initial value for the form or just
9-
and individual field, you can set it in the data option::
9+
an individual field, you can set it in the data option::
1010

1111
$builder->add('token', 'hidden', array(
1212
'data' => 'abcdef',

0 commit comments

Comments
 (0)