diff --git a/seed/challenges/basic-javascript.json b/seed/challenges/basic-javascript.json
index 5ee5ee83d7..5aeecfdae6 100644
--- a/seed/challenges/basic-javascript.json
+++ b/seed/challenges/basic-javascript.json
@@ -843,7 +843,7 @@
" ourArray.push(i);
",
" i++;
",
"}
",
- "Let's try getting a for loop to work by pushing values to an array."
+ "Let's try getting a while loop to work by pushing values to an array."
],
"tests":[
"assert(editor.getValue().match(/while/g), 'You should be using a while loop for this.');",