From e47e783b80926b1aaa8aafdf4a049eef05959795 Mon Sep 17 00:00:00 2001 From: Droid Date: Tue, 22 Apr 2025 18:10:28 -0400 Subject: [PATCH] Fix Typo --- docs/components/reference.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/components/reference.mdx b/docs/components/reference.mdx index 82b51fa2c8..b20f976fb5 100644 --- a/docs/components/reference.mdx +++ b/docs/components/reference.mdx @@ -1080,7 +1080,7 @@ To use this component, you need to send the [message flag](/docs/resources/messa ## Container -A Container is a top-level layout component that holds up to 10 components. Containers are visually distinct from surrounding components and has an optional customizable color bar. +A Container is a top-level layout component that holds up to 10 components. Containers are visually distinct from surrounding components and have an optional customizable color bar. Containers are only available in messages. @@ -1191,4 +1191,4 @@ Legacy Message Component Example } ] } -``` \ No newline at end of file +```