diff --git a/challenges/01-front-end-development-certification/basic-javascript.json b/challenges/01-front-end-development-certification/basic-javascript.json index 7f82747f4a..0e874e8e61 100644 --- a/challenges/01-front-end-development-certification/basic-javascript.json +++ b/challenges/01-front-end-development-certification/basic-javascript.json @@ -992,11 +992,11 @@ }, { "id": "56533eb9ac21ba0edf2244b8", - "title": "Concatanting Strings with the Plus Equals Operator", + "title": "Concatenating Strings with the Plus Equals Operator", "description": [ - "We can also use the += operator to concatanate a string onto the end of an existing string. This can be very helpful to break a long string over several lines.", + "We can also use the += operator to concatenate a string onto the end of an existing string variable. This can be very helpful to break a long string over several lines.", "

Instructions

", - "Build myStr over several lines by concatenating these two strings:
\"This is the first line. \" and \"This is the second line.\" using the += operator." + "Build myStr over several lines by concatenating these two strings:
\"This is the first line. \" and \"This is the second line.\" using the += operator." ], "releasedOn": "11/27/2015", "tests": [