From fc3ae2a623169516fae5c133d8b05d5ff39e3ff4 Mon Sep 17 00:00:00 2001 From: Branden Byers Date: Thu, 5 Feb 2015 16:22:42 -0600 Subject: [PATCH] Fix typo in Bonfire Challenge Challenge id: a3566b1109230028080c9345 --- 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 f9db0be523..831c9123d7 100644 --- a/seed_data/bonfires.json +++ b/seed_data/bonfires.json @@ -136,7 +136,7 @@ "name": "Sum All Numbers in a Range", "difficulty": "2.00", "description": [ - "We'll pass you an array of two numbers. Return the sum those two numbers and all numbers between them.", + "We'll pass you an array of two numbers. Return the sum of those two numbers and all numbers between them.", "The lowest number will not always come first." ], "challengeEntryPoint": "sumAll([1, 4]);",