diff --git a/cookbook/form/form_collections.rst b/cookbook/form/form_collections.rst index f54e0d61ef5..ca7547e4f24 100755 --- a/cookbook/form/form_collections.rst +++ b/cookbook/form/form_collections.rst @@ -272,7 +272,7 @@ Allowing "new" tags with the "prototype" Allowing the user to dynamically add new tags means that you'll need to use some JavaScript. Previously you added two tags to your form in the controller. -Now to let the user add as many tag forms as he needs directly in the browser. +Now let the user add as many tag forms as he needs directly in the browser. This will be done through a bit of JavaScript. The first thing you need to do is to let the form collection know that it will