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." ],