From 905d59bc5cf0fd74b3efad51525756768c4a7664 Mon Sep 17 00:00:00 2001 From: Arshpreet Singh Date: Wed, 5 Nov 2025 14:39:28 +0530 Subject: [PATCH] fix(curriculum): Updated step 9 in string formatter workshop (#63529) --- .../workshop-string-formatter/68f3f5ca1d2a490c97f14f03.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.