Skip to content

Commit f117d27

Browse files
committed
Fix sentence
1 parent 6d185d5 commit f117d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/form/form_collections.rst

Lines changed: 1 addition & 1 deletion
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)