Skip to content

Commit 6adecf3

Browse files
wswoodruffwsmd
authored andcommitted
Update README.md (#111)
These docs are massive loL I didn't read through all of them but I found some things to update
1 parent b180770 commit 6adecf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ export default function RentCarForm() {
183183

184184
### Advanced Input Options
185185

186-
`useFormState` provides a quick and simple API to get started with building a from and managing its state. It also supports [HTML5 form validation](https://developer.mozilla.org/en-US/docs/Learn/HTML/Forms/Form_validation) out of the box.
186+
`useFormState` provides a quick and simple API to get started with building a form and managing its state. It also supports [HTML5 form validation](https://developer.mozilla.org/en-US/docs/Learn/HTML/Forms/Form_validation) out of the box.
187187

188188
```jsx
189189
<input {...password('password')} required minLength="8" />
@@ -255,7 +255,7 @@ If the input's value is invalid based on the rules specified above, the form sta
255255
}
256256
```
257257

258-
If the `validate()` method is not specified, `useFormState` will fallback to the HTML5 constrains validation to determine the validity of the input along with the appropriate error message.
258+
If the `validate()` method is not specified, `useFormState` will fallback to the HTML5 constraints validation to determine the validity of the input along with the appropriate error message.
259259

260260
### Without Using a `<form />` Element
261261

0 commit comments

Comments
 (0)