diff --git a/docs/components/reference.mdx b/docs/components/reference.mdx index 82b51fa2c8..26f2dbefd1 100644 --- a/docs/components/reference.mdx +++ b/docs/components/reference.mdx @@ -997,12 +997,12 @@ To use this component, you need to send the [message flag](/docs/resources/messa ###### File Structure -| Field | Type | Description | -|----------|---------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------| -| type | integer | `13` for a file component | -| id? | integer | Optional identifier for component | -| file | [unfurled media item](/docs/components/reference#unfurled-media-item-structure) | This unfurled media item is unique in that it **only** support attachment references using the `attachment://` syntax | -| spoiler? | boolean | Whether the media should be a spoiler (or blurred out). Defaults to `false` | +| Field | Type | Description | +|----------|---------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------| +| type | integer | `13` for a file component | +| id? | integer | Optional identifier for component | +| file | [unfurled media item](/docs/components/reference#unfurled-media-item-structure) | This unfurled media item is unique in that it **only** supports attachment references using the `attachment://` syntax | +| spoiler? | boolean | Whether the media should be a spoiler (or blurred out). Defaults to `false` | ###### Example @@ -1191,4 +1191,4 @@ Legacy Message Component Example } ] } -``` \ No newline at end of file +```