Skip to content

Commit e97049a

Browse files
xxczakiwsmd
authored andcommitted
Fix typo (#70)
1 parent e5fd8e3 commit e97049a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ export default function RentCarForm() {
180180

181181
### Advanced Input Options
182182

183-
`useFormState` provides a quick and simple API to get started with building a from and managing its state. It also supports [HTML5 from validation](https://developer.mozilla.org/en-US/docs/Learn/HTML/Forms/Form_validation) out of the box.
183+
`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.
184184

185185
```jsx
186186
<input {...password('password')} required minLength="8" />

0 commit comments

Comments
 (0)