Skip to content

Commit

Permalink
fix(docs): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brankoconjic committed Jan 30, 2024
1 parent a502fa4 commit 100e659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/src/content/components/slider.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { Slider } from "@lemonsqueezy/wedges";
<Slider />
```

For more advanced usage, you can use the `Slider.Root` component to compose your own avatar. These components include pre-defined styles and accessiblity features.
For more advanced usage, you can use the `Slider.Root` component to compose your own slider. These components include pre-defined styles and accessiblity features.

```tsx showLineNumbers
<Slider.Root>
Expand Down

0 comments on commit 100e659

Please sign in to comment.