Skip to content

Commit fcb463d

Browse files
committed
add missing dot
1 parent 39bfab4 commit fcb463d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/forms/types/collection.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ This is the field type for each item in this collection (e.g. ``TextType``,
341341
``ChoiceType``, etc). For example, if you have an array of email addresses,
342342
you'd use the :doc:`EmailType </reference/forms/types/email>`. If you want
343343
to embed a collection of some other form, pass the form type class as this
344-
option (e.g. ``MyFormType::class``)
344+
option (e.g. ``MyFormType::class``).
345345

346346
prototype
347347
~~~~~~~~~

0 commit comments

Comments
 (0)