Skip to content

Commit 7d661bf

Browse files
committed
fix small typo - missing word
1 parent aaf55b0 commit 7d661bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/form/form_collections.rst

+2-2
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)