8000 Fixed markdown typos. · web-dev/symfony-docs@ae17f1f · GitHub
[go: up one dir, main page]

Skip to content

Commit ae17f1f

Browse files
dlonderoweaverryan
authored andcommitted
Fixed markdown typos.
1 parent 0aa33f7 commit ae17f1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/forms/types/collection.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ type
204204

205205
This is the field type for each item in this collection (e.g. ``text``, ``choice``,
206206
etc). For example, if you have an array of email addresses, you'd use the
207-
:doc`email</reference/forms/types/email>` type. If you want to embed
207+
:doc:`email</reference/forms/types/email>` type. If you want to embed
208208
a collection of some other form, create a new instance of your form type
209209
and pass it as this option.
210210

@@ -214,7 +214,7 @@ options
214214
**type**: ``array`` **default**: ``array()``
215215

216216
This is the array that's passed to the form type specified in the `type`_
217-
option. For example, if you used the :doc`choice</reference/forms/types/choice>`
217+
option. For example, if you used the :doc:`choice</reference/forms/types/choice>`
218218
type as your `type`_ option (e.g. for a collection of drop-down menus), then
219219
you'd need to at least pass the ``choices`` option to the underlying type::
220220

0 commit comments

Comments
 (0)
0