From 148f68e3a1b87622d52af494b2febd97e59c7e78 Mon Sep 17 00:00:00 2001 From: Utsav Ahuja Date: Mon, 14 Sep 2015 14:30:53 -0700 Subject: [PATCH] Fixed ambigious wording --- seed/challenges/basic-bonfires.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/basic-bonfires.json b/seed/challenges/basic-bonfires.json index d05fef7164..24d152e577 100644 --- a/seed/challenges/basic-bonfires.json +++ b/seed/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." ],