From 3febcdc52308120162e6ffd1695aae0fa2e56f2a Mon Sep 17 00:00:00 2001 From: Phaired <65019388+Phaired@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:43:35 +0200 Subject: [PATCH] docs: fix type in sidebar.mdx (#5452) --- apps/www/content/docs/components/sidebar.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/content/docs/components/sidebar.mdx b/apps/www/content/docs/components/sidebar.mdx index 382a7a90f3..97e521d41d 100644 --- a/apps/www/content/docs/components/sidebar.mdx +++ b/apps/www/content/docs/components/sidebar.mdx @@ -48,7 +48,7 @@ npx shadcn@latest add sidebar Add the following colors to your CSS file -The command above should install the colors for you. It not, copy and paste the following in your CSS file. +The command above should install the colors for you. If not, copy and paste the following in your CSS file. We'll go over the colors later in the [theming section](/docs/components/sidebar#theming).