Skip to content

Commit cc0846b

Browse files
committed
add missing 's' for plural.
1 parent b140a70 commit cc0846b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/form/form_collections.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ 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
656+
In Doctrine, you have two sides of the relationship: the owning side and the
657657
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).

0 commit comments

Comments
 (0)