Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 9e2e64b + 559a227 commit d9d7c58Copy full SHA for d9d7c58
1 file changed
cookbook/form/form_collections.rst
@@ -20,7 +20,7 @@ that Task, right inside the same form.
20
including the ``ManyToMany`` association mapping definition on the Task's
21
``tags`` property.
22
23
-Let's start there: suppose that each ``Task`` belongs to multiple ``Tags``
+Let's start there: suppose that each ``Task`` belongs to multiple ``Tag``
24
objects. Start by creating a simple ``Task`` class::
25
26
// src/Acme/TaskBundle/Entity/Task.php
0 commit comments