Skip to content

Commit f569762

Browse files
authored
Fix incorrect closing tags (#85)
1 parent 189e133 commit f569762

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/docs/public/docs/components/slider.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ For more advanced usage, you can use the `Slider.Root` component to compose your
2525
<Slider.Range />
2626
</Slider.Track>
2727
<Slider.Thumb />
28-
</Avatar.Root>
28+
</Slider.Root>
2929
```
3030

3131
### API Reference
@@ -176,4 +176,4 @@ Controlled component:
176176

177177
Playground:
178178

179-
<PreviewComponent name="slider/example-5" />
179+
<PreviewComponent name="slider/example-5" />

0 commit comments

Comments
 (0)