Skip to content

Commit

Permalink
fix: useDebouneCallback.ts -> useDebounceCallback.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
xobotyi committed May 6, 2021
1 parent 4756dfd commit 96370e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ export { useConditionalEffect } from './useConditionalEffect';
export { useConditionalUpdateEffect } from './useConditionalUpdateEffect';
export { useSafeState } from './useSafeState';
export { useMediatedState } from './useMediatedState';
export { useDebounceCallback } from './useDebouneCallback';
export { useDebounceCallback } from './useDebounceCallback';
export { useIsomorphicLayoutEffect } from './useIsomorphicLayoutEffect';
File renamed without changes.

0 comments on commit 96370e7

Please sign in to comment.