Skip to content

Commit c86d38c

Browse files
authored
Updates
1 parent a803912 commit c86d38c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/blazor/forms/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ All of the [data annotation built-in validators](xref:mvc/models/validation#buil
439439
jQuery validation isn't supported for Razor components. For client-side validation, we recommend any of the following approaches:
440440

441441
* For either a Blazor Web App that adopts interactive rendering or a standalone Blazor Web Assembly app, follow the guidance in <xref:blazor/forms/validation>.
442-
* Use native HTML validation attributes (see [Client-side form validation (MDN documentation)](https://developer.mozilla.org/en-US/docs/Learn/Forms/Form_validation)).
442+
* Use native HTML validation attributes (see [Client-side form validation (MDN documentation)](https://developer.mozilla.org/docs/Learn/Forms/Form_validation)).
443443
* Adopt a third-party validation JavaScript library.
444444

445445
<!-- UPDATE 10.0 - Remove if the feature is realized. -->

0 commit comments

Comments
 (0)