From 43f9a9c30b93106de9a7d6df7c2e4a9f8d9f782d Mon Sep 17 00:00:00 2001 From: Nathan Leniz Date: Sat, 28 Feb 2015 17:57:58 +0900 Subject: [PATCH] Clean up bonfire descriptions --- seed_data/bonfires.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed_data/bonfires.json b/seed_data/bonfires.json index 53b1e2069d..c2d61f4049 100644 --- a/seed_data/bonfires.json +++ b/seed_data/bonfires.json @@ -198,7 +198,7 @@ "name": "Mutations", "difficulty": "1.12", "description": [ - "Return true if the string in the second element of the array if the string in the first element contains it in any form." + "Return true if the string in the first element of the array contains the string in the second element in any form." ], "challengeSeed": "function mutation(arr) {\n return arr;\n}\n\nmutation(['hello', 'hey']);", "tests": [