Simple spelling fix (#373)

This commit is contained in:
Bob Ziroll
2020-05-28 21:05:52 -06:00
committed by GitHub
parent 37c21cd02e
commit 7c187f2e1f

View File

@@ -1,7 +1,7 @@
# Examples
- [Basic Form (Hooks Only)](https://codesandbox.io/s/react-form-demo-950ww)
- This very basic example uses the `useForm` and `useField` hooks to create and manage a form and it's values.
- This very basic example uses the `useForm` and `useField` hooks to create and manage a form and its values.
- [Basic Form (With InputField)](https://codesandbox.io/s/react-form-demo-wrybd)
- This very basic example uses the `useField` hook to create a reusable `<InputField>` component that can be used inside of a form created by `useForm`
- [Validation Example](https://codesandbox.io/s/react-form-demo-q9mgm)