diff --git a/curriculum/challenges/english/blocks/lecture-understanding-the-http-request-response-model/68dd97fbd18ede5ae983e343.md b/curriculum/challenges/english/blocks/lecture-understanding-the-http-request-response-model/68dd97fbd18ede5ae983e343.md index c901c025e9d..c9289a461e0 100644 --- a/curriculum/challenges/english/blocks/lecture-understanding-the-http-request-response-model/68dd97fbd18ede5ae983e343.md +++ b/curriculum/challenges/english/blocks/lecture-understanding-the-http-request-response-model/68dd97fbd18ede5ae983e343.md @@ -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.