Skip to content

Commit 291ed18

Browse files
author
Florian Eckerstorfer
committed
Fixed formatting
A missing space caused a </code> tag to not close correctly.
1 parent bf67517 commit 291ed18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/form/inherit_data_option.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Let's build two forms for these entities, ``CompanyType`` and ``CustomerType``::
8484
}
8585
8686
Instead of including the duplicated fields ``address``, ``zipcode``, ``city``
87-
and ``country``in both of these forms, we will create a third form for that.
87+
and ``country`` in both of these forms, we will create a third form for that.
8888
We will call this form simply ``LocationType``::
8989

9090
// src/Acme/HelloBundle/Form/Type/LocationType.php

0 commit comments

Comments
 (0)