Skip to content

Commit f0e5369

Browse files
authored
fix: remove duplicate "color" in ColorWheelRenderProps comment (#8465)
1 parent dc33227 commit f0e5369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-aria-components/src/ColorWheel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export interface ColorWheelRenderProps {
1313
*/
1414
isDisabled: boolean,
1515
/**
16-
* State of the color color wheel.
16+
* State of the color wheel.
1717
*/
1818
state: ColorWheelState
1919
}

0 commit comments

Comments
 (0)