From f117d2729ff8d564c06f7d073a541bba11ded825 Mon Sep 17 00:00:00 2001 From: Andreia Bohner Date: Sun, 7 Apr 2013 22:50:29 -0300 Subject: [PATCH] Fix sentence --- cookbook/form/form_collections.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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