diff --git a/challenges/01-front-end-development-certification/basic-javascript.json b/challenges/01-front-end-development-certification/basic-javascript.json
index 382509f55c..3dc67af850 100644
--- a/challenges/01-front-end-development-certification/basic-javascript.json
+++ b/challenges/01-front-end-development-certification/basic-javascript.json
@@ -509,7 +509,7 @@
"title": "Divide one Decimal by Another with JavaScript",
"description": [
"Now let's divide one decimal by another.",
- "Change the 0.0
so that your quotient will equal 2.2
."
+ "Change the 0.0
so that quotient
will equal to 2.2
."
],
"tests": [
"assert(quotient === 2.2, 'message: The variable quotient
should equal 2.2
.');",
@@ -5369,4 +5369,4 @@
"challengeType": "0"
}
]
-}
+}
\ No newline at end of file