From b35ec9ef114dbc036147e8efe1f685c8df944c6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Giftea=20=E2=98=95?= Date: Tue, 14 Oct 2025 17:08:49 +0100 Subject: [PATCH] fix(curriculum): fix word from statememt to statement (#62781) --- .../blocks/workshop-email-simulator/68be6af1f43cc44541debe41.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/blocks/workshop-email-simulator/68be6af1f43cc44541debe41.md b/curriculum/challenges/english/blocks/workshop-email-simulator/68be6af1f43cc44541debe41.md index d986d17258e..2231375d7d7 100644 --- a/curriculum/challenges/english/blocks/workshop-email-simulator/68be6af1f43cc44541debe41.md +++ b/curriculum/challenges/english/blocks/workshop-email-simulator/68be6af1f43cc44541debe41.md @@ -39,7 +39,7 @@ You should create an if statement to check if the `actual_index` is less than 0 }) ``` -Within the `if` statememt, you should print the message `Invalid email number.\n` and use `return` to exit the method. +Within the `if` statement, you should print the message `Invalid email number.\n` and use `return` to exit the method. ```js ({