diff --git a/packages/react-core/src/components/Tooltip/examples/Tooltip.md b/packages/react-core/src/components/Tooltip/examples/Tooltip.md index 659bfe84c39..181edaf7f50 100644 --- a/packages/react-core/src/components/Tooltip/examples/Tooltip.md +++ b/packages/react-core/src/components/Tooltip/examples/Tooltip.md @@ -21,7 +21,7 @@ BasicTooltip = () => (
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam id feugiat augue, nec fringilla turpis.
} > - I have a tooltip! + I have a tooltip! ) ``` @@ -37,7 +37,7 @@ LeftAlignedTooltip = () => (
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam id feugiat augue, nec fringilla turpis.
} > - I have a tooltip! + I have a tooltip! ) ```