Merge pull request #81 from FreeCodeCamp/brndnb-typo

Fix typo in Bonfire Challenge
This commit is contained in:
Nathan
2015-02-05 18:06:36 -08:00

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