From df8df1172b39a5812de4feefe3f94d4001e4f459 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Sun, 25 Oct 2015 19:47:02 -0700 Subject: [PATCH] fix waypoint typo --- challenges/basic-javascript.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/basic-javascript.json b/challenges/basic-javascript.json index 52bf444c69..c41e05ab41 100644 --- a/challenges/basic-javascript.json +++ b/challenges/basic-javascript.json @@ -881,7 +881,7 @@ "  ourArray.push(i);", "}", "ourArray will now contain [10,8,6,4,2] ", - "Let's change our initialization and final-expression so we can count backward by twos for numbers." + "Let's change our initialization and final-expression so we can count backward by twos for odd numbers." ], "tests": [ "assert(editor.getValue().match(/for\\s*\\(/g).length > 1, 'message: You should be using a for loop for this.');",