Skip to content

Commit

Permalink
Fix typo in tutorial.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanberger committed Nov 10, 2023
1 parent 0f960aa commit 982e94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial.md
Expand Up @@ -944,7 +944,7 @@ const SignupForm = () => {
};
```
As you can see above, `useField()` gives us the ability to connect any kind input of React component to Formik as if it were a `<Field>` + `<ErrorMessage>`. We can use it to build a group of reusable inputs that fit our needs.
As you can see above, `useField()` gives us the ability to connect any kind of input in a React component to Formik as if it were a `<Field>` + `<ErrorMessage>`. We can use it to build a group of reusable inputs that fit our needs.
## Wrapping Up
Expand Down

0 comments on commit 982e94b

Please sign in to comment.