From 3e15de0f299073c4b45f13a87dcc5b0098c017f0 Mon Sep 17 00:00:00 2001 From: Sahil-Sam Date: Sat, 10 Aug 2024 14:43:55 +0530 Subject: [PATCH] fix: typo-error --- content/docs/documentation/components.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/documentation/components.mdx b/content/docs/documentation/components.mdx index f678b95..9165ba5 100644 --- a/content/docs/documentation/components.mdx +++ b/content/docs/documentation/components.mdx @@ -131,7 +131,7 @@ const components = { } ``` -This will overwrite the `
` tag or `---` in Mardown with the HTML output above. +This will overwrite the `
` tag or `---` in Markdown with the HTML output above. ---