From 1be07e73c118cd60f7189e0a89d71e24bd4c7ab7 Mon Sep 17 00:00:00 2001 From: Michael Krebs Date: Sun, 16 Aug 2015 20:59:17 -0400 Subject: [PATCH] fix #935 --- seed/challenges/intermediate-bonfires.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/seed/challenges/intermediate-bonfires.json b/seed/challenges/intermediate-bonfires.json index 10c1c35bcf..e4811bcb1c 100644 --- a/seed/challenges/intermediate-bonfires.json +++ b/seed/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,