Skip to content

Commit

Permalink
Typo_Fixed_in_useField.md (#3978)
Browse files Browse the repository at this point in the history
This Pull request fixes a typing error that was present in the /docs/api/useField.md .
  • Loading branch information
ankur-2dp authored Aug 29, 2024
1 parent 51e8cbb commit 0e617db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/useField.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: useField
title: useField()
---

`useField` is a custom React hook that will automagically help you hook up inputs to Formik. You can and should use it to build your own custom input primitives. There are 2 ways to use it.
`useField` is a React hook used to thread Formik behaviors into arbitrary field components. It provides the greatest amount of flexibility for scenarios where `Field` is inappropriate. There are two ways to use it.

## Example

Expand Down

0 comments on commit 0e617db

Please sign in to comment.