mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-07 06:02:06 -04:00
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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user