Skip to content

Commit 471063e

Browse files
committed
Tweaking a few things from a commit
1 parent d50d780 commit 471063e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/forms/types/collection.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ they'll be added seamlessly to the array of items. This is great in theory,
107107
but takes a little bit more effort in practice to get the client-side JavaScript
108108
correct.
109109

110-
Following along the previous example, suppose you start with two
110+
Following along with the previous example, suppose you start with two
111111
emails in the ``emails`` data array. In that case, two input fields will
112-
be rendered that will look like this (depending on the name of
112+
be rendered that will look something like this (depending on the name of
113113
your form):
114114

115115
.. code-block:: html

0 commit comments

Comments
 (0)