From c6d30ae1b582b731e990a892ae2f2b8545855741 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Tue, 16 Aug 2022 15:32:14 -0400 Subject: [PATCH] fix example --- docs/components/tooltip.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/tooltip.md b/docs/components/tooltip.md index 93feee43..cd6d92aa 100644 --- a/docs/components/tooltip.md +++ b/docs/components/tooltip.md @@ -333,7 +333,7 @@ Use the `content` slot to create tooltips with HTML content. Tooltips are design import { SlButton, SlTooltip } from '@shoelace-style/shoelace/dist/react'; const App = () => ( - +
I'm not just a tooltip, I'm a tooltip with HTML!