diff --git a/docs/components/reference.mdx b/docs/components/reference.mdx index 3aecc06bb2..513f54472f 100644 --- a/docs/components/reference.mdx +++ b/docs/components/reference.mdx @@ -1538,7 +1538,7 @@ Don't hardcode `components` to contain only text components. We may add other co A Text Display is a content component that allows you to add markdown formatted text, including mentions (users, roles, etc) and emojis. 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. -When sent in a message, pingable mentions (@user, @role, etc) present in this commponent will ping and send notifications based on the +When sent in a message, pingable mentions (@user, @role, etc) present in this component will ping and send notifications based on the value of the [allowed mention object](/docs/resources/message#allowed-mentions-object) set in [`message.allowed_mentions`](/docs/resources/message#message-object). :::info