We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6804a5 commit 3c6a5daCopy full SHA for 3c6a5da
1 file changed
packages/react-hooks/src/useChangeEventValueCallback.ts
@@ -2,7 +2,7 @@ import { useCallback } from 'react';
2
3
/**
4
* Returns a callback function that calls the given callback with the `target.value` of
5
- * an input change event element.
+ * an input change event.
6
* @param callback the callback to call with the `target.value`
7
* @returns a callback function that calls the given callback with the `target.value`
8
* @example
0 commit comments