Skip to content

Commit ac75b9c

Browse files
chore(common): fix typo
1 parent 476fe4f commit ac75b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common-features/input-validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To validate the Blazor inputs, you need to:
1717
1. Define a model that has the desired [Data Annotation attributes](https://docs.microsoft.com/en-us/aspnet/core/mvc/models/validation).
1818
1. Place the inputs corresponding to its fields in an `EditForm`.
1919
1. Add a `DataAnnotationsValidator` inside the editable form.
20-
1. Provide the values to the inputs throught the `bind-Value` binding syntax.
20+
1. Provide the values to the inputs through the `bind-Value` binding syntax.
2121

2222
This article provides examples of validating the Telerik Blazor components. The examples are separated by input types for brevity:
2323

0 commit comments

Comments
 (0)