Skip to content

Commit c6ceb65

Browse files
authored
Fix grammatical error in field.md (#3928)
1 parent ba15818 commit c6ceb65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/field.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Either a React component or the name of an HTML element to render. That is, one
102102
- A valid HTML element name
103103
- A custom React component
104104

105-
Custom React components will be passed `onChange`, `onBlur`, `name`, and `value` plus any other props passed to directly to `<Field>`.
105+
Custom React components will be passed `onChange`, `onBlur`, `name`, and `value` plus any other props passed directly to `<Field>`.
106106

107107
Default is `'input'` (so an `<input>` is rendered by default)
108108

0 commit comments

Comments
 (0)