Skip to content

Commit c4c6508

Browse files
committed
chore(form): fix typos
1 parent d83b9bf commit c4c6508

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/form/events.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The `OnSubmit` event is mapped to the `OnSubmit` event of the <a target="_blank"
8686

8787
## OnValidSubmit
8888

89-
The `OnValidSubmit` event fires when the form is submitted and there are no validation erros. It is mapped to `OnValidSubmit ` event of the <a target="_blank" href="https://docs.microsoft.com/en-us/aspnet/core/blazor/forms-validation?view=aspnetcore-5.0">Microsoft EditForm</a>. Its handler takes the `EditContext` as an argument.
89+
The `OnValidSubmit` event fires when the form is submitted and there are no validation errors. It is mapped to `OnValidSubmit ` event of the <a target="_blank" href="https://docs.microsoft.com/en-us/aspnet/core/blazor/forms-validation?view=aspnetcore-5.0">Microsoft EditForm</a>. Its handler takes the `EditContext` as an argument.
9090

9191
>caption Use the OnValidSubmit event
9292
@@ -139,7 +139,7 @@ The `OnValidSubmit` event fires when the form is submitted and there are no vali
139139

140140
## OnInvalidSubmit
141141

142-
The `OnInvalidSubmit` event fires when there are validation erros in the Form upon its submission. It is mapped to `OnInvalidSubmit` event of the <a target="_blank" href="https://docs.microsoft.com/en-us/aspnet/core/blazor/forms-validation?view=aspnetcore-5.0">Microsoft EditForm</a>. Its handler takes the `EditContext` as an argument.
142+
The `OnInvalidSubmit` event fires when there are validation errors in the Form upon its submission. It is mapped to `OnInvalidSubmit` event of the <a target="_blank" href="https://docs.microsoft.com/en-us/aspnet/core/blazor/forms-validation?view=aspnetcore-5.0">Microsoft EditForm</a>. Its handler takes the `EditContext` as an argument.
143143

144144
>caption Use the OnInvalidSubmit event
145145

0 commit comments

Comments
 (0)