Skip to content

Commit f1545b4

Browse files
Fix typo (support -> supports) (#7498)
* Fix typo (`support` -> `supports`) * fix table spacing * one more space
1 parent afebce4 commit f1545b4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/components/reference.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -997,12 +997,12 @@ To use this component, you need to send the [message flag](/docs/resources/messa
997997

998998
###### File Structure
999999

1000-
| Field | Type | Description |
1001-
|----------|---------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------|
1002-
| type | integer | `13` for a file component |
1003-
| id? | integer | Optional identifier for component |
1004-
| 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://<filename>` syntax |
1005-
| spoiler? | boolean | Whether the media should be a spoiler (or blurred out). Defaults to `false` |
1000+
| Field | Type | Description |
1001+
|----------|---------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------|
1002+
| type | integer | `13` for a file component |
1003+
| id? | integer | Optional identifier for component |
1004+
| 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://<filename>` syntax |
1005+
| spoiler? | boolean | Whether the media should be a spoiler (or blurred out). Defaults to `false` |
10061006

10071007
###### Example
10081008

0 commit comments

Comments
 (0)