fix(curriculum): fix word from statememt to statement (#62781)

This commit is contained in:
Giftea ☕
2025-10-14 17:08:49 +01:00
committed by GitHub
parent e018e2e61a
commit b35ec9ef11

View File

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