There was an error while loading. Please reload this page.
1 parent 7c9ee1d commit 6d56d93Copy full SHA for 6d56d93
reference/forms/types/options/data.rst.inc
@@ -6,7 +6,7 @@ data
6
When you create a form, each field initially displays the value of the
7
corresponding property of the form's domain object (if an object is bound
8
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::
+an individual field, you can set it in the data option::
10
11
$builder->add('token', 'hidden', array(
12
'data' => 'abcdef',
0 commit comments