Skip to content

Commit c34ef27

Browse files
committed
Minor tweak
1 parent cbd960b commit c34ef27

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

form/form_collections.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -280,10 +280,10 @@ On the rendered page, the result will look something like this:
280280
the ``data-prototype`` attribute is automatically added to the containing ``div``,
281281
and you need to adjust the following JavaScript accordingly.
282282

283-
Now add some JavaScript to read this attribute
284-
and dynamically add new tag forms when the user clicks the "Add a tag" link.
285-
This example uses `jQuery`_ and assumes you have it included somewhere on your
286-
page (e.g. using Symfony's :doc:`Webpack Encore </frontend>`).
283+
Now add some JavaScript to read this attribute and dynamically add new tag forms
284+
when the user clicks the "Add a tag" link. This example uses `jQuery`_ and
285+
assumes you have it included somewhere on your page (e.g. using Symfony's
286+
:doc:`Webpack Encore </frontend>`).
287287

288288
Add a ``<script>`` tag somewhere on your page to include the required
289289
functionality with JavaScript:

0 commit comments

Comments
 (0)