Skip to content

Commit

Permalink
fixed typo thanks to @OskarStark
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Jul 8, 2015
1 parent 41bb907 commit 28d7f89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbook/form/data_transformers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 28d7f89

Please sign in to comment.