From 02e1e1c33180cd11591208ece5d021544699c8cb Mon Sep 17 00:00:00 2001 From: Vinson Pham <57196881+cuongpham24@users.noreply.github.com> Date: Thu, 23 Oct 2025 15:48:10 -0500 Subject: [PATCH] fix(curriculum): missing word in String Transformer step 3 (#63000) --- .../workshop-string-transformer/68e42de6396f5c49d90d1951.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/blocks/workshop-string-transformer/68e42de6396f5c49d90d1951.md b/curriculum/challenges/english/blocks/workshop-string-transformer/68e42de6396f5c49d90d1951.md index bbaac66c379..13086bc67c3 100644 --- a/curriculum/challenges/english/blocks/workshop-string-transformer/68e42de6396f5c49d90d1951.md +++ b/curriculum/challenges/english/blocks/workshop-string-transformer/68e42de6396f5c49d90d1951.md @@ -7,7 +7,7 @@ dashedName: step-3 # --description-- -In a prior lesson, you learned about the `replace()` method which is used locate a substring in a string and replace it with another value. +In a prior lesson, you learned about the `replace()` method which is used to locate a substring in a string and replace it with another value. Here is an example: