diff --git a/challenges/01-front-end-development-certification/basic-javascript.json b/challenges/01-front-end-development-certification/basic-javascript.json
index 10e620da3ac..c8b41ddcb5a 100644
--- a/challenges/01-front-end-development-certification/basic-javascript.json
+++ b/challenges/01-front-end-development-certification/basic-javascript.json
@@ -393,7 +393,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": [
@@ -432,7 +432,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": [