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: