diff --git a/challenges/01-front-end-development-certification/basic-javascript.json b/challenges/01-front-end-development-certification/basic-javascript.json
index 495f1c66303..8bf64815af9 100644
--- a/challenges/01-front-end-development-certification/basic-javascript.json
+++ b/challenges/01-front-end-development-certification/basic-javascript.json
@@ -394,7 +394,7 @@
"i = i + 1;",
"Note
The entire line becomes i++;, eliminating the need for the equal sign.",
"
++ operator on myVar"
+ "Change the code to use the ++ operator on myVar."
],
"releasedOn": "January 1, 2016",
"challengeSeed": [
@@ -433,7 +433,7 @@
"i = i - 1;",
"Notei--;, eliminating the need for the equal sign.",
"-- operator on myVar"
+ "Change the code to use the -- operator on myVar."
],
"releasedOn": "January 1, 2016",
"challengeSeed": [