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 38afae6a6b..aa711c8097 100644
--- a/seed/challenges/01-front-end-development-certification/basic-javascript.json
+++ b/seed/challenges/01-front-end-development-certification/basic-javascript.json
@@ -673,12 +673,12 @@
"id": "56533eb9ac21ba0edf2244b1",
"title": "Assignment with Times Equals",
"description": [
- "Yhe *=
operator multiplies a variable by a number.",
+ "The *=
operator multiplies a variable by a number.",
"myVar = myVar * 5;
",
- "Will multiply myVar
by 5
. This can be rewritten as: ",
+ "will multiply myVar
by 5
. 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": [