Skip to content

Commit e1a4fc8

Browse files
committed
Merge pull request #1096 from hectorh30/form_form_collections_typo
fixed small typo in cookbook/form/form_collections.rst:247
2 parents a23adfe + efbe9b2 commit e1a4fc8

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
@@ -244,7 +244,7 @@ use some JavaScript. Previously we added two tags to our form in the controller.
244244
Now we need to let the user add as many tag forms as he needs directly in the browser.
245245
This will be done through a bit of JavaScript.
246246

247-
The first thing we need to do is to tell the form collection know that it will
247+
The first thing we need to do is to let the form collection know that it will
248248
receive an unknown number of tags. So far we've added two tags and the form
249249
type expects to receive exactly two, otherwise an error will be thrown:
250250
``This form should not contain extra fields``. To make this flexible, we

0 commit comments

Comments
 (0)