diff --git a/curriculum/challenges/english/blocks/workshop-string-formatter/68f3f5ca1d2a490c97f14f03.md b/curriculum/challenges/english/blocks/workshop-string-formatter/68f3f5ca1d2a490c97f14f03.md index 6020fcb9270..d6ead7d671a 100644 --- a/curriculum/challenges/english/blocks/workshop-string-formatter/68f3f5ca1d2a490c97f14f03.md +++ b/curriculum/challenges/english/blocks/workshop-string-formatter/68f3f5ca1d2a490c97f14f03.md @@ -9,7 +9,7 @@ dashedName: step-9 Now it is time to see the results of trimming whitespace at the end of the string. -Below your `trimmedStart` variable, add a `console.log()` with the string `"After using the trimEnd() method — trailing spaces removed:"`. +Below your `trimmedEnd` variable, add a `console.log()` with the string `"After using the trimEnd() method — trailing spaces removed:"`. Then below that `console.log()`, add another `console.log()` with the `trimmedEnd` variable.