From 28d7f89a8341380257c2c582267a3ec86fcd7c64 Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Sun, 28 Jun 2015 12:30:27 -0400 Subject: [PATCH] fixed typo thanks to @OskarStark --- cookbook/form/data_transformers.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cookbook/form/data_transformers.rst b/cookbook/form/data_transformers.rst index 9986073eec5..ac607335f11 100644 --- a/cookbook/form/data_transformers.rst +++ b/cookbook/form/data_transformers.rst @@ -100,8 +100,8 @@ in your code. :class:`Symfony\\Component\\Form\\DataTransformerInterface` - so you can create your own classes, instead of putting all the logic in the form (see the next section). -Harder Examle: Transforming an Issue Number into an Issue Entity ----------------------------------------------------------------- +Harder Example: Transforming an Issue Number into an Issue Entity +----------------------------------------------------------------- Say you have a many-to-one relation from the Task entity to an Issue entity (i.e. each Task has an optional foreign key to its related Issue). Adding a listbox with all