Skip to content

Commit 2c6ab3b

Browse files
greg0ireweaverryan
authored andcommitted
Add missing words
1 parent b943edf commit 2c6ab3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cookbook/form/form_collections.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ that Task, right inside the same form.
1717
of this tutorial that really care about "persistence".
1818

1919
If you *are* using Doctrine, you'll need to add the Doctrine metadata,
20-
including the ``ManyToMany`` on the Task's ``tags`` property.
20+
including the ``ManyToMany`` association mapping definition on the Task's
21+
``tags`` property.
2122

2223
Let's start there: suppose that each ``Task`` belongs to multiple ``Tags``
2324
objects. Start by creating a simple ``Task`` class::

0 commit comments

Comments
 (0)