Skip to content

Commit 40f84a7

Browse files
Fix typo (support -> supports)
1 parent f2ba3d2 commit 40f84a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/components/reference.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ To use this component, you need to send the [message flag](/docs/resources/messa
10011001
|----------|---------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------|
10021002
| type | integer | `13` for a file component |
10031003
| 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 |
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 |
10051005
| spoiler? | boolean | Whether the media should be a spoiler (or blurred out). Defaults to `false` |
10061006

10071007
###### Example
@@ -1191,4 +1191,4 @@ Legacy Message Component Example
11911191
}
11921192
]
11931193
}
1194-
```
1194+
```

0 commit comments

Comments
 (0)