Skip to content

Commit fef389d

Browse files
authored
Fix a typo in docs: precendence to precedence (#3844)
Fixed a typo in docs, i changed 'precendence' to 'precedence'
1 parent a38bf67 commit fef389d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/formik.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ const ContactForm = ({
269269
);
270270
```
271271

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

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

0 commit comments

Comments
 (0)