Skip to content

Commit

Permalink
Update README.md (#618)
Browse files Browse the repository at this point in the history
Typo fix
  • Loading branch information
mqklin authored and jaredpalmer committed May 11, 2018
1 parent 29468f7 commit a89e5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1282,7 +1282,7 @@ const CustomInputComponent: React.SFC<
#### `validate?: (value: any) => undefined | string | Promise<any>`
You can run independent field-level validations by passing a function to the
`validate>` prop. The function will respect the [`validateOnBlur`] and
`validate` prop. The function will respect the [`validateOnBlur`] and
[`validateOnChange`] config/props specified in the `<Field>'s` parent `<Formik>`
/ `withFormik`. This function can be either be:

Expand Down

0 comments on commit a89e5ed

Please sign in to comment.