We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b140a70 commit cc0846bCopy full SHA for cc0846b
cookbook/form/form_collections.rst
@@ -653,7 +653,7 @@ the relationship between the removed ``Tag`` and ``Task`` object.
653
work to ensure that the relationship between the ``Task`` and the removed
654
``Tag`` is properly removed.
655
656
- In Doctrine, you have two side of the relationship: the owning side and the
+ 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
658
and the deleted tags will disappear and persist correctly (adding new
659
tags also works effortlessly).
0 commit comments