diff --git a/seed/challenges/basic-javascript.json b/seed/challenges/basic-javascript.json
index 7e530e20e6a..e3542ee41db 100644
--- a/seed/challenges/basic-javascript.json
+++ b/seed/challenges/basic-javascript.json
@@ -302,7 +302,7 @@
"difficulty": "9.98142",
"description": [
"We can also subtract one number from another.",
- "JavaScript uses use the - symbol for subtraction.",
+ "JavaScript uses the - symbol for subtraction.",
"Replace the 0 with the correct number so you can get the result mentioned in the comment."
],
"tests": [
@@ -325,7 +325,7 @@
"difficulty": "9.98143",
"description": [
"We can also multiply one number by another.",
- "JavaScript uses use the * symbol for multiplication.",
+ "JavaScript uses the * symbol for multiplication.",
"Replace the 0 with the correct number so you can get the result mentioned in the comment."
],
"tests": [
@@ -348,7 +348,7 @@
"difficulty": "9.9814",
"description": [
"We can also divide one number by another.",
- "JavaScript uses use the / symbol for division.",
+ "JavaScript uses the / symbol for division.",
"Replace the 0 with the correct number so you can get the result mentioned in the comment."
],
"tests": [