diff --git a/seed/challenges/intermediate-bonfires.json b/seed/challenges/intermediate-bonfires.json
index ae179990834..810bf00cbff 100644
--- a/seed/challenges/intermediate-bonfires.json
+++ b/seed/challenges/intermediate-bonfires.json
@@ -356,7 +356,7 @@
"assert.strictEqual(boo([].slice), false, 'message: boo([].slice) should return false.');",
"assert.strictEqual(boo({ \"a\": 1 }), false, 'message: boo({ \"a\": 1 }) should return false.');",
"assert.strictEqual(boo(1), false, 'message: boo(1) should return false.');",
- "assert.strictEqual(boo(NaN), false, 'message: boo(NaN) should return true.');",
+ "assert.strictEqual(boo(NaN), false, 'message: boo(NaN) should return false.');",
"assert.strictEqual(boo(\"a\"), false, 'message: boo(\"a\") should return false.');"
],
"MDNlinks": [