diff --git a/components/callout.tsx b/components/callout.tsx
index 7b3b60a89..429b9b2ac 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 f678b95fd..9165ba555 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.
---