We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf67517 commit 291ed18Copy full SHA for 291ed18
cookbook/form/inherit_data_option.rst
@@ -84,7 +84,7 @@ Let's build two forms for these entities, ``CompanyType`` and ``CustomerType``::
84
}
85
86
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.
+and ``country`` in both of these forms, we will create a third form for that.
88
We will call this form simply ``LocationType``::
89
90
// src/Acme/HelloBundle/Form/Type/LocationType.php
0 commit comments