Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit a8fbfa8

Browse files
committed
Merge branch 'hotfix/169'
Close #169
2 parents 1e34504 + 451549d commit a8fbfa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/book/collections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ Notice the `use_as_base_fieldset` option. This option is here to say to the
484484
form: "hey, the object I bind to you is, in fact, bound to the fieldset that is
485485
the base fieldset." This will be to true in most situations.
486486

487-
This approach allws each entity can have its own `Fieldset`, and enables re-use.
487+
This approach allows each entity to have its own `Fieldset`, and enables re-use.
488488
You describe the elements, the filters, and validators for each entity only
489489
once, and the concrete `Form` instance will only compose those fieldsets. You no
490490
longer have to add the "username" input to every form that deals with users!

0 commit comments

Comments
 (0)