From efbe9b284fb39864c13f41613d33d9e6aefd963a Mon Sep 17 00:00:00 2001 From: Hector Hurtarte Date: Mon, 20 Feb 2012 11:55:15 -0600 Subject: [PATCH] fixed small typo in cookbook/form/form_collections.rst:247 --- 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 eef56f9b076..a0bd857f575 100644 --- a/cookbook/form/form_collections.rst +++ b/cookbook/form/form_collections.rst @@ -244,7 +244,7 @@ use some JavaScript. Previously we added two tags to our form in the controller. Now we need to 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 we need to do is to tell the form collection know that it will +The first thing we need to do is to let the form collection know that it will receive an unknown number of tags. So far we've added two tags and the form type expects to receive exactly two, otherwise an error will be thrown: ``This form should not contain extra fields``. To make this flexible, we