From c310efef978309b59870d74917e87fe397b29ce7 Mon Sep 17 00:00:00 2001 From: Aniruddh Agarwal Date: Fri, 11 Sep 2015 09:00:55 +0800 Subject: [PATCH] Fixed typo in basic bonfire description Changed 'Meet Bonfire' bonfire's description from `clicking Run code` to `clicking Run tests` closes #3235 --- challenges/basic-bonfires.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/basic-bonfires.json b/challenges/basic-bonfires.json index 19f3668198..d05fef7164 100644 --- a/challenges/basic-bonfires.json +++ b/challenges/basic-bonfires.json @@ -8,7 +8,7 @@ "difficulty": "0", "description": [ "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.", "Make this function return true no matter what." ],