From 56336c1bd19f69d40058d77617a0193ecd25cc23 Mon Sep 17 00:00:00 2001 From: Eric Leung Date: Mon, 30 Nov 2015 11:00:26 -0800 Subject: [PATCH] Add code tags to the word 'size' in Chunky Monkey --- seed/challenges/basic-bonfires.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/basic-bonfires.json b/seed/challenges/basic-bonfires.json index ada39a94b0..047a5b665c 100644 --- a/seed/challenges/basic-bonfires.json +++ b/seed/challenges/basic-bonfires.json @@ -486,7 +486,7 @@ "id": "a9bd25c716030ec90084d8a1", "title": "Chunky Monkey", "description": [ - "Write a function that splits an array (first argument) into groups the length of size (second argument) and returns them as a multidimensional array.", + "Write a function that splits an array (first argument) into groups the length of size (second argument) and returns them as a multidimensional array.", "Remember to use Read-Search-Ask if you get stuck. Write your own code." ], "challengeSeed": [