Skip to content

Commit 758e032

Browse files
committed
Merge pull request symfony#3050 from dfyz-it/fix_typo_use_empty_data
Update typo in use_empty_data.rst
2 parents 3de772b + 5376c8f commit 758e032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/form/use_empty_data.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ How to configure Empty Data for a Form Class
77
The ``empty_data`` option allows you to specify an empty data set for your
88
form class. This empty data set would be used if you bind your form, but
99
haven't called ``setData()`` on your form or passed in data when you created
10-
you form. For example::
10+
your form. For example::
1111

1212
public function indexAction()
1313
{

0 commit comments

Comments
 (0)