diff --git a/docs/fields/select.mdx b/docs/fields/select.mdx index 8d1d8c0a99..3f5483b034 100644 --- a/docs/fields/select.mdx +++ b/docs/fields/select.mdx @@ -15,7 +15,7 @@ keywords: select, multi-select, fields, config, configuration, documentation, Co | Option | Description | | ---------------- | ----------- | | **`name`** * | To be used as the property name when stored and retrieved from the database. | -| **`options`** * | Array of options to allow the field to store. Can either be an array of strings, or an array of objects containing an `label` string and a `value` string. | +| **`options`** * | Array of options to allow the field to store. Can either be an array of strings, or an array of objects containing a `label` string and a `value` string. | | **`hasMany`** | Boolean when, if set to `true`, allows this field to have many selections instead of only one. | | **`label`** | Used as a field label in the Admin panel and to name the generated GraphQL type. | | **`unique`** | Enforce that each entry in the Collection has a unique value for this field. |