From 63da377fa8a958da2cdde7ef20ad8d6a60fc7cc6 Mon Sep 17 00:00:00 2001 From: Utsav Ahuja Date: Thu, 17 Sep 2015 01:04:00 -0700 Subject: [PATCH] Fixed "Javascript uses use" typo --- seed/challenges/basic-javascript.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/seed/challenges/basic-javascript.json b/seed/challenges/basic-javascript.json index f3b8ecaa0f..f7a41c1983 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": [