From 291ed18e2d87ef13fb483fb9bba9ad4ff4abbdc6 Mon Sep 17 00:00:00 2001 From: Florian Eckerstorfer Date: Mon, 3 Jun 2013 15:57:40 +0200 Subject: [PATCH] Fixed formatting A missing space caused a tag to not close correctly. --- cookbook/form/inherit_data_option.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/form/inherit_data_option.rst b/cookbook/form/inherit_data_option.rst index 20c421a6cf2..dca3c0e34ca 100644 --- a/cookbook/form/inherit_data_option.rst +++ b/cookbook/form/inherit_data_option.rst @@ -84,7 +84,7 @@ Let's build two forms for these entities, ``CompanyType`` and ``CustomerType``:: } Instead of including the duplicated fields ``address``, ``zipcode``, ``city`` -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. We will call this form simply ``LocationType``:: // src/Acme/HelloBundle/Form/Type/LocationType.php