fix(curriculum): missing word in String Transformer step 3 (#63000)

This commit is contained in:
Vinson Pham 2025-10-23 15:48:10 -05:00 committed by GitHub
parent 27a54624c3
commit 02e1e1c331
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: