diff --git a/components/callouts.mdx b/components/callouts.mdx
index ba77c67ce..9369f888e 100644
--- a/components/callouts.mdx
+++ b/components/callouts.mdx
@@ -4,7 +4,7 @@ description: 'Use callouts to add eye-catching context to your content'
icon: 'info'
---
-Callouts can be styled as a Note, Warning, Info, Tip, or Check:
+Callouts can be styled as a Note, Warning, Info, Tip, Check, Danger, or create your own callout:
This adds a note in the content
@@ -38,14 +38,12 @@ Callouts can be styled as a Note, Warning, Info, Tip, or Check:
This is a danger callout
-```jsx
+```mdx
This is a danger callout
```
-
+ This is a custom callout
-```mdx Callout Example
-This adds a note in the content
+```mdx
+This is a custom callout
```
-
-
diff --git a/components/tooltips.mdx b/components/tooltips.mdx
index 0f3056845..675436926 100644
--- a/components/tooltips.mdx
+++ b/components/tooltips.mdx
@@ -6,12 +6,12 @@ icon: 'message-square'
Tooltips are a way to show a definition when you hover over text.
-Hover over me and see a tooltip in action
+Hover over me and see a tooltip in action
-```mdx Tooltip Example
-Hover over me
+```mdx Tooltip Example wrap
+Hover over me
```