diff --git a/seed_data/bonfires.json b/seed_data/bonfires.json index 871105fe64..370cb08e1c 100644 --- a/seed_data/bonfires.json +++ b/seed_data/bonfires.json @@ -102,7 +102,7 @@ "Return the provided string with the first letter of each word capitalized.", "For the purpose of this exercise, you should also capitalize connecting words like 'the' and 'of'." ], - "challengeEntryPoint": "titleCase(\"I'm a little tea pot\")", + "challengeEntryPoint": "titleCase(\"I'm a little tea pot\");", "challengeSeed": "function titleCase(str) {\n return str;\r\n}", "tests": [ "expect(titleCase(\"I'm a little tea pot\")).to.be.a('String');",