Skip to content

Commit d9d7c58

Browse files
committed
bug #3444 Fix issue #3442 (ifdattic)
This PR was merged into the 2.3 branch. Discussion ---------- Fix issue #3442 | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3 | Fixed tickets | #3442 Commits ------- 559a227 Fix issue #3442
2 parents 9e2e64b + 559a227 commit d9d7c58

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
@@ -20,7 +20,7 @@ that Task, right inside the same form.
2020
including the ``ManyToMany`` association mapping definition on the Task's
2121
``tags`` property.
2222

23-
Let's start there: suppose that each ``Task`` belongs to multiple ``Tags``
23+
Let's start there: suppose that each ``Task`` belongs to multiple ``Tag``
2424
objects. Start by creating a simple ``Task`` class::
2525

2626
// src/Acme/TaskBundle/Entity/Task.php

0 commit comments

Comments
 (0)