Skip to content

Commit

Permalink
docs(form): form guide link typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Peterl561 committed Dec 12, 2024
1 parent 053c1a7 commit 1892043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/content/docs/components/form.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The `onSubmit` event will be triggered when a user submits the form with the `En

<CodeDemo title="Validation" files={formContent.serverValidation} />

See the [Forms](/docs/guides/forms) guide to learn more about form validation, including client-side validation, and integration with other frameworks and libraries.
See the [Forms](/docs/guide/forms) guide to learn more about form validation, including client-side validation, and integration with other frameworks and libraries.


### Validation Behavior
Expand Down

0 comments on commit 1892043

Please sign in to comment.