From 2726b5026df21b81c1185894fb542047912445b9 Mon Sep 17 00:00:00 2001 From: Utsav Ahuja Date: Mon, 14 Sep 2015 14:30:53 -0700 Subject: [PATCH] Fixed ambigious wording --- 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 d05fef7164..24d152e577 100644 --- a/challenges/basic-bonfires.json +++ b/challenges/basic-bonfires.json @@ -222,7 +222,7 @@ "title": "Title Case a Sentence", "difficulty": "1.05", "description": [ - "Return the provided string with the first letter of each word capitalized.", + "Return the provided string with the first letter of each word capitalized. Make sure the rest of the word is in lower case.", "For the purpose of this exercise, you should also capitalize connecting words like 'the' and 'of'.", "Remember to use Read-Search-Ask if you get stuck. Write your own code." ],