Skip to content

Commit 5376c8f

Browse files
committed
Update typo in use_empty_data.rst
1 parent 2176eb5 commit 5376c8f

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)