diff --git a/cookbook/form/form_collections.rst b/cookbook/form/form_collections.rst index 8a09dee95af..654524b84b8 100644 --- a/cookbook/form/form_collections.rst +++ b/cookbook/form/form_collections.rst @@ -20,7 +20,7 @@ that Task, right inside the same form. including the ``ManyToMany`` association mapping definition on the Task's ``tags`` property. -Let's start there: suppose that each ``Task`` belongs to multiple ``Tags`` +Let's start there: suppose that each ``Task`` belongs to multiple ``Tag`` objects. Start by creating a simple ``Task`` class:: // src/Acme/TaskBundle/Entity/Task.php