fix(curriculum): correct typo in form submission description (#66905)

Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
This commit is contained in:
riddhimachawla
2026-04-15 18:21:37 +05:30
committed by GitHub
parent be5bcd1260
commit d5e00e3c1c

View File

@@ -97,7 +97,7 @@ Here's a recap of what happens when a form is submitted:
* The user fills out the form fields.
* The browser checks for client-side validation (if any) and proceeds of the validation is successful.
* The browser checks for client-side validation (if any) and proceeds if the validation is successful.
* The browser sends the form data to the server based on the action and method attributes.