Skip to content

Commit a4caf82

Browse files
authored
Merge pull request #359 from odsantos/update-en-forms-event-submit
Update "Forms: event and method submit" article
2 parents 11f17cb + 2f423b9 commit a4caf82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-ui/4-forms-controls/4-forms-submit/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Form submission: event and method submit
1+
# Forms: event and method submit
22

33
The `submit` event triggers when the form is submitted, it is usually used to validate the form before sending it to the server or to abort the submission and process it in JavaScript.
44

0 commit comments

Comments
 (0)