Fix typo in Bonfire Challenge

Challenge id:  a3566b1109230028080c9345
This commit is contained in:
Branden Byers
2015-02-05 16:22:42 -06:00
parent 6333f3fa7d
commit fc3ae2a623

View File

@ -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]);",