From 6159c5dbcf00da63d308545f88b3ea6353de70ab Mon Sep 17 00:00:00 2001 From: Kunall Banerjee Date: Fri, 18 Apr 2025 22:31:49 -0400 Subject: [PATCH] fix(docs): small typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit suppoted → supported --- apps/web/content/docs/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/content/docs/index.mdx b/apps/web/content/docs/index.mdx index d3a349e9..0104db92 100644 --- a/apps/web/content/docs/index.mdx +++ b/apps/web/content/docs/index.mdx @@ -62,7 +62,7 @@ Zod is highly recommended for [schema validation](/docs/concepts/blocks#schema). A framework supporting React Server Components is recommended, but not required. -Astro is not suppoted. +Astro is not supported. Examples from the docs use Tailwind CSS, but it's not required.