diff --git a/challenges/01-front-end-development-certification/basic-javascript.json b/challenges/01-front-end-development-certification/basic-javascript.json
index 7150adf5279..8c1ace52245 100644
--- a/challenges/01-front-end-development-certification/basic-javascript.json
+++ b/challenges/01-front-end-development-certification/basic-javascript.json
@@ -621,10 +621,10 @@
"description": [
"Like the += operator, -= subtracts a number from a variable.",
"myVar = myVar - 5;",
- "Will subtract 5 from myVar. This can be rewritten as: ",
+ "will subtract 5 from myVar. This can be rewritten as: ",
"myVar -= 5;",
"
a, b, and c to use the -= operator."
+ "Convert the assignments for a, b, and c to use the -= operator."
],
"releasedOn": "11/27/2015",
"tests": [