Fixed typo in basic bonfire description

Changed 'Meet Bonfire' bonfire's description from `clicking Run code` to `clicking Run tests`
closes #3235
This commit is contained in:
Aniruddh Agarwal
2015-09-11 09:00:55 +08:00
parent ef5715fa24
commit 79adbc9342

View File

@ -8,7 +8,7 @@
"difficulty": "0", "difficulty": "0",
"description": [ "description": [
"Your goal is to fix the failing test.", "Your goal is to fix the failing test.",
"First, run all the tests by clicking \"Run code\" or by pressing Control + Enter.", "First, run all the tests by clicking \"Run tests\" or by pressing Control + Enter.",
"The failing test is in red. Fix the code so that all tests pass. Then you can move on to the next Bonfire.", "The failing test is in red. Fix the code so that all tests pass. Then you can move on to the next Bonfire.",
"Make this function return true no matter what." "Make this function return true no matter what."
], ],