Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo (duplicate word) in ReadMe (#787)
  • Loading branch information
sbrichardson authored and jaredpalmer committed Jul 25, 2018
1 parent cef2210 commit 39efcfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -1490,7 +1490,7 @@ const ErrorMessage = ({ name }) => (
<ErrorMessage name="friends[0].name" />; // => null, 'too short', or 'required'
```

_NOTE_: In Formik v0.12 / 1.0, a new `meta` prop may be be added to `Field` and `FieldArray` that will give you relevant metadata such as `error` & `touch`, which will save you from having to use Formik or lodash's getIn or checking if the path is defined on your own.
_NOTE_: In Formik v0.12 / 1.0, a new `meta` prop may be added to `Field` and `FieldArray` that will give you relevant metadata such as `error` & `touch`, which will save you from having to use Formik or lodash's getIn or checking if the path is defined on your own.

#### FieldArray Helpers

Expand Down

0 comments on commit 39efcfe

Please sign in to comment.