From a2206c68a515a6e72808bc437145ca8060547a86 Mon Sep 17 00:00:00 2001 From: Michael Krebs Date: Sun, 16 Aug 2015 20:59:17 -0400 Subject: [PATCH] fix #935 --- challenges/intermediate-bonfires.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/challenges/intermediate-bonfires.json b/challenges/intermediate-bonfires.json index 10c1c35bcf..e4811bcb1c 100644 --- a/challenges/intermediate-bonfires.json +++ b/challenges/intermediate-bonfires.json @@ -71,10 +71,10 @@ ], "MDNlinks": [ "Comparison Operators", - "String.slice()", + "Array.slice()", "Array.filter()", "Array.indexOf()", - "String.concat()" + "Array.concat()" ], "type": "bonfire", "challengeType": 5,