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 ({