8000 fixed typo thanks to @OskarStark · symfony/symfony-docs@20e862b · GitHub
[go: up one dir, main page]

Skip to content

Commit 20e862b

Browse files
committed
fixed typo thanks to @OskarStark
1 parent 5c30db4 commit 20e862b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/form/data_transformers.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ in your code.
100100
:class:`Symfony\\Component\\Form\\DataTransformerInterface` - so you can create
101101 your own classes, instead of putting all the logic in the form (see the next section).
102102

103-
Harder Examle: Transforming an Issue Number into an Issue Entity
104-
----------------------------------------------------------------
103+
Harder Example: Transforming an Issue Number into an Issue Entity
104+
-----------------------------------------------------------------
105105

106106
Say you have a many-to-one relation from the Task entity to an Issue entity (i.e. each
107107
Task has an optional foreign key to its related Issue). Adding a listbox with all

0 commit comments

Comments
 (0)
0