Skip to content

Commit

Permalink
fix precendence to precedence
Browse files Browse the repository at this point in the history
  • Loading branch information
taro-28 committed Jul 7, 2023
1 parent a38bf67 commit 712fe4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/formik.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ const ContactForm = ({
);
```

**Warning:** `<Formik component>` takes precendence over `<Formik render>` so
**Warning:** `<Formik component>` takes precedence over `<Formik render>` so
don’t use both in the same `<Formik>`.

### `render: (props: FormikProps<Values>) => ReactNode`
Expand Down

0 comments on commit 712fe4d

Please sign in to comment.