Skip to content

Commit a3434de

Browse files
committed
Merge pull request symfony#2429 from joelclermont/typo-in-form-collections
Typo in form collections
2 parents cbde779 + 7d661bf commit a3434de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/form/form_collections.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,9 +329,9 @@ new "tag" forms. To render it, make the following change to your template:
329329

330330
.. tip::
331331

332-
The ``form.tags.vars.prototype`` is form element that looks and feels just
332+
The ``form.tags.vars.prototype`` is a form element that looks and feels just
333333
like the individual ``form_widget(tag)`` elements inside your ``for`` loop.
334-
This means that you can call ``form_widget``, ``form_row``, or ``form_label``
334+
This means that you can call ``form_widget``, ``form_row`` or ``form_label``
335335
on it. You could even choose to render only one of its fields (e.g. the
336336
``name`` field):
337337

0 commit comments

Comments
 (0)