Skip to content

Commit 3dc4aec

Browse files
committed
some tweaks
1 parent 6f3ef09 commit 3dc4aec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cookbook/form/form_collections.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -463,8 +463,8 @@ we talk about next!).
463463

464464
.. caution::
465465

466-
You have to create **both** ``addTag`` and ``removeTag`` methods,
467-
otherwise the form will still use ``setTag`` even if ``by_reference`` is ``false``.
466+
You have to create **both** ``addTag`` and ``removeTag`` methods,
467+
otherwise the form will still use ``setTag`` even if ``by_reference`` is ``false``.
468468
You'll learn more about the ``removeTag`` method later in this article.
469469

470470
.. sidebar:: Doctrine: Cascading Relations and saving the "Inverse" side
@@ -729,7 +729,7 @@ the relationship between the removed ``Tag`` and ``Task`` object.
729729
updated (whether you're adding new tags or removing existing tags) on
730730
each Tag object itself.
731731

732-
.. _cookbook-form-collections-custom-prototype
732+
.. _cookbook-form-collections-custom-prototype:
733733

734734
Rendering a Custom Prototype
735735
----------------------------

0 commit comments

Comments
 (0)