Skip to content

Commit 864bec8

Browse files
committed
chore: fix typo in comment
1 parent eca7d02 commit 864bec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/useReactCompareSliderRef.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ export const useReactCompareSliderRef = (): MutableRefObject<UseReactCompareSlid
1111
rootContainer: null,
1212
handleContainer: null,
1313
setPosition: () =>
14-
// biome-ignore lint/suspicious/noConsole: This intetionally warns users to help with debugging.
14+
// biome-ignore lint/suspicious/noConsole: This intentionally warns users to help with debugging.
1515
console.warn('[react-compare-slider] `setPosition` cannot be used until the component has mounted.'),
1616
});

0 commit comments

Comments
 (0)