Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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