Skip to content

Commit

Permalink
fix: typo in 'rating' component documentation (#3321)
Browse files Browse the repository at this point in the history
  • Loading branch information
landon-thull authored Dec 16, 2024
1 parent 6f1327a commit 6a125ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/src/routes/(docs)/components/rating/+page.svx
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ data="{[
{/snippet}
</Component>

<Component title="with `rating-hidden`" desc="`rating-hidden` is a hidden radio at the start to allow uses remove their rating.">
<Component title="with `rating-hidden`" desc="`rating-hidden` is a hidden radio at the start to allow users to remove their rating.">
<div class="rating rating-lg">
<input type="radio" name="rating-9" class="rating-hidden" />
<input type="radio" name="rating-9" class="mask mask-star-2" />
Expand Down

0 comments on commit 6a125ac

Please sign in to comment.