diff --git a/docs/tutorial.md b/docs/tutorial.md index 41e91862b..0810b5f6a 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -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 `` + ``. 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 `` + ``. We can use it to build a group of reusable inputs that fit our needs. ## Wrapping Up