Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
airjp73 committed Jun 16, 2024
1 parent c71653c commit 645f6ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs-v2/app/routes/_docs.quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ You only need a couple things to get started with RVF.

<Row>
<Col>
Now you can access your form's validatio errors using `form.error("fieldName")`.
Now you can access your form's validation errors using `form.error("fieldName")`.
It's common to simply display these errors in the UI, but RVF also provides a
`useNativeValidity` hook you can use to display errors using [`setCustomValidity`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/setCustomValidity).
</Col>
Expand Down

0 comments on commit 645f6ea

Please sign in to comment.