Skip to content

Commit 2b1e985

Browse files
authored
Added missing 'not' in docs (#846)
1 parent 374bc88 commit 2b1e985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/migration/formik.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The only tricky one is:
2222

2323
- [`validateOnBlur`](../types/FormProps#validateonblur)
2424

25-
It's the same at all. In Formik, `validateOnBlur` defaults to `true` and it allows you to tell Formik _not_ to validate on blur. React Final Form validates on every change by default, and setting `validateOnBlur` to `true` is a way to tell React Final Form to _only_ validate on blur (to _not_ validate on change).
25+
It's not the same at all. In Formik, `validateOnBlur` defaults to `true` and it allows you to tell Formik _not_ to validate on blur. React Final Form validates on every change by default, and setting `validateOnBlur` to `true` is a way to tell React Final Form to _only_ validate on blur (to _not_ validate on change).
2626

2727
## Props passed by `<Formik/>`
2828

0 commit comments

Comments
 (0)