Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit 44563d9

Browse files
authored
Merge pull request #954 from dreid/patch-1
Fix typo, hecking -> checking.
2 parents cb403e4 + 48156fc commit 44563d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/Control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ _(Boolean)_: Signifies that the field state (validation, etc.) should not persis
369369
## `getValue={(event, props) => ...}` {#prop-getValue}
370370
_(Function)_: Determines the value given the `event` (from `onChange`) and optionally the control component's `props`.
371371

372-
By default, the `getValue` function returns the value by hecking if the `event` is a DOM event.
372+
By default, the `getValue` function returns the value by checking if the `event` is a DOM event.
373373
- If so, it returns `event.target.value`
374374
- If not, it returns the `event`.
375375

0 commit comments

Comments
 (0)