Skip to content

Commit e941eea

Browse files
authored
Fix typo in Text Display component documentation (discord#7851)
1 parent 39a92dc commit e941eea

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
@@ -1538,7 +1538,7 @@ Don't hardcode `components` to contain only text components. We may add other co
15381538
A Text Display is a content component that allows you to add markdown formatted text, including mentions (users, roles, etc) and emojis.
15391539
The behavior of this component is extremely similar to the [`content` field of a message](/docs/resources/message#message-object), but allows you to add multiple text components, controlling the layout of your message.
15401540

1541-
When sent in a message, pingable mentions (@user, @role, etc) present in this commponent will ping and send notifications based on the
1541+
When sent in a message, pingable mentions (@user, @role, etc) present in this component will ping and send notifications based on the
15421542
value of the [allowed mention object](/docs/resources/message#allowed-mentions-object) set in [`message.allowed_mentions`](/docs/resources/message#message-object).
15431543

15441544
:::info

0 commit comments

Comments
 (0)