Skip to content

Commit 6f27b04

Browse files
Fixed Typo (#2400)
1 parent dc9362f commit 6f27b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/theme/src/components/spinner.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {tv} from "../utils/tv";
55
/**
66
* Spinner wrapper **Tailwind Variants** component
77
*
8-
* const {base, line1, line2, label } = spinner({...})
8+
* const {base, circle1, circle2, label } = spinner({...})
99
*
1010
* @example
1111
* <div className={base())}>

0 commit comments

Comments
 (0)