Skip to content

Commit fa27ded

Browse files
committed
minor symfony#3801 [Cookbook][Form] Fixed Typo & missing word. (ahsio)
This PR was merged into the 2.3 branch. Discussion ---------- [Cookbook][Form] Fixed Typo & missing word. | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all (or 2.3+) | Fixed tickets | Commits ------- cc0846b add missing 's' for plural. b140a70 Fix typo.
2 parents 1853fea + cc0846b commit fa27ded

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cookbook/form/form_collections.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -653,12 +653,12 @@ the relationship between the removed ``Tag`` and ``Task`` object.
653653
work to ensure that the relationship between the ``Task`` and the removed
654654
``Tag`` is properly removed.
655655

656-
In Doctrine, you have two side of the relationship: the owning side and the
657-
inverse side. Normally in this case you'll have a many-to-many relation
656+
In Doctrine, you have two sides of the relationship: the owning side and the
657+
inverse side. Normally in this case you'll have a many-to-many relationship
658658
and the deleted tags will disappear and persist correctly (adding new
659659
tags also works effortlessly).
660660

661-
But if you have an one-to-many relation or a many-to-many with a
661+
But if you have a one-to-many relationship or a many-to-many relationship with a
662662
``mappedBy`` on the Task entity (meaning Task is the "inverse" side),
663663
you'll need to do more work for the removed tags to persist correctly.
664664

0 commit comments

Comments
 (0)