From bd2a824da9545a86a88005a75bf8047e49dd1406 Mon Sep 17 00:00:00 2001 From: Steve C Date: Mon, 22 Sep 2025 03:40:24 -0400 Subject: [PATCH] Fix typo in Text Display component documentation --- docs/components/reference.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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