From d5e00e3c1c6a9d832d15eddd1dfa63cbec7cd4cf Mon Sep 17 00:00:00 2001 From: riddhimachawla Date: Wed, 15 Apr 2026 18:21:37 +0530 Subject: [PATCH] fix(curriculum): correct typo in form submission description (#66905) Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com> --- .../68dd97fbd18ede5ae983e343.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.