diff --git a/seed/challenges/01-front-end-development-certification/basic-javascript.json b/seed/challenges/01-front-end-development-certification/basic-javascript.json
index b6ca72b64e..58e7f00bf4 100644
--- a/seed/challenges/01-front-end-development-certification/basic-javascript.json
+++ b/seed/challenges/01-front-end-development-certification/basic-javascript.json
@@ -977,7 +977,7 @@
"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.",
"
myStr
over several lines by concatanating 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": [