From 6cc38903b8634f3545b40f801b7c8abe89d23699 Mon Sep 17 00:00:00 2001 From: Jaeung Jang Date: Sat, 3 Aug 2024 16:06:52 -0400 Subject: [PATCH] fix: missing close tag for command (#4330) * fix: missing close tag for command * docs(www): fix formatting --------- Co-authored-by: shadcn --- apps/www/content/docs/components/combobox.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/content/docs/components/combobox.mdx b/apps/www/content/docs/components/combobox.mdx index 94e2fe4143..c949f1237c 100644 --- a/apps/www/content/docs/components/combobox.mdx +++ b/apps/www/content/docs/components/combobox.mdx @@ -104,7 +104,7 @@ export function ComboboxDemo() { ))} - + )