Skip to content

Commit

Permalink
Update validation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
coryhouse committed Aug 22, 2020
1 parent 8242365 commit 7edad66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/docs/guides/validation.md
Expand Up @@ -20,7 +20,7 @@ There are 2 ways to do form-level validation with Formik:

#### `validate`

`<Formik>` and `withFormik()` take prop/option called `validate` that accepts either a synchronous or asynchronous function.
`<Formik>` and `withFormik()` take a prop/option called `validate` that accepts either a synchronous or asynchronous function.

```js
// Synchronous validation
Expand Down

0 comments on commit 7edad66

Please sign in to comment.