Skip to content

Commit 3c6a5da

Browse files
committed
comment (DH-17600)
1 parent b6804a5 commit 3c6a5da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-hooks/src/useChangeEventValueCallback.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { useCallback } from 'react';
22

33
/**
44
* Returns a callback function that calls the given callback with the `target.value` of
5-
* an input change event element.
5+
* an input change event.
66
* @param callback the callback to call with the `target.value`
77
* @returns a callback function that calls the given callback with the `target.value`
88
* @example

0 commit comments

Comments
 (0)