Skip to content

Commit 91c545f

Browse files
committed
Minor tweak
1 parent f084555 commit 91c545f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

form/form_collections.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -579,8 +579,8 @@ on the server. In order for this to work in an HTML form, you must remove
579579
the DOM element for the collection item to be removed, before submitting
580580
the form.
581581

582-
In our JavaScript, we first need add a "delete" button to each existing tag on the page.
583-
Then, we append the "add delete button" method in the function that adds the new tags.
582+
In the JavaScript code, add a "delete" button to each existing tag on the page.
583+
Then, append the "add delete button" method in the function that adds the new tags:
584584

585585
.. code-block:: javascript
586586

0 commit comments

Comments
 (0)