Skip to content

Commit

Permalink
doc: fix typo in Tooltip code fragment example (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
fong authored Dec 11, 2023
1 parent b493719 commit 5ba94d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/components/tooltip.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ description: Provides additional information or context when users hover over or

```svelte
<script lang="ts">
import { Tooltip } from 'bits-ui';
import { Tooltip } from "bits-ui";
</script>
<ToolTip.Root>
<Tooltip.Root>
<Tooltip.Trigger />
<Tooltip.Content>
<Tooltip.Arrow />
Expand Down

0 comments on commit 5ba94d6

Please sign in to comment.