diff --git a/components/callout.tsx b/components/callout.tsx index 7b3b60a8..429b9b2a 100644 --- a/components/callout.tsx +++ b/components/callout.tsx @@ -15,8 +15,8 @@ export function Callout({ return (
diff --git a/content/docs/documentation/components.mdx b/content/docs/documentation/components.mdx index f678b95f..9165ba55 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. ---