Skip to content

Commit e35a38b

Browse files
committed
Merge pull request #2482 from andreia/fix-01
Fix sentence
2 parents 2f9a4db + f117d27 commit e35a38b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/form/form_collections.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ Allowing "new" tags with the "prototype"
272272

273273
Allowing the user to dynamically add new tags means that you'll need to
274274
use some JavaScript. Previously you added two tags to your form in the controller.
275-
Now to let the user add as many tag forms as he needs directly in the browser.
275+
Now let the user add as many tag forms as he needs directly in the browser.
276276
This will be done through a bit of JavaScript.
277277

278278
The first thing you need to do is to let the form collection know that it will

0 commit comments

Comments
 (0)