Skip to content

Commit 146917c

Browse files
authored
Fix typo: change "button components" to "button component"
1 parent 6241e14 commit 146917c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/reference.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,7 @@ To use this component, you need to send the [message flag](/docs/resources/messa
838838
| type | integer | `9` for section component |
839839
| id? | integer | Optional identifier for component |
840840
| components | array of [text display components](/docs/components/reference#text-display) | One to three text components |
841-
| accessory | [thumbnail component](/docs/components/reference#thumbnail) or [button components](/docs/components/reference#button) | A thumbnail or a button component, with a future possibility of adding more compatible components |
841+
| accessory | [thumbnail component](/docs/components/reference#thumbnail) or [button component](/docs/components/reference#button) | A thumbnail or a button component, with a future possibility of adding more compatible components |
842842

843843
:::info
844844
Don't hardcode `components` to contain only text components. We may add other components in the future. Similarly, `accessory` may be expanded to include other components in the future.

0 commit comments

Comments
 (0)