Skip to content

Commit 4f27e34

Browse files
authored
Update events.md (#3237)
Fixed typo
1 parent 85858e6 commit 4f27e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/form/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The `OnSubmit` event is mapped to the `OnSubmit` event of the <a target="_blank"
5555
5656
if (isFormValid)
5757
{
58-
//apply some custom logic when the form is valud
58+
//apply some custom logic when the form is valid
5959
}
6060
else
6161
{

0 commit comments

Comments
 (0)