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