diff --git a/seed/challenges/intermediate-bonfires.json b/seed/challenges/intermediate-bonfires.json index 860f273c0e..6f6bb978f9 100644 --- a/seed/challenges/intermediate-bonfires.json +++ b/seed/challenges/intermediate-bonfires.json @@ -235,7 +235,7 @@ ], "challengeSeed": [ "function myReplace(str, before, after) {", - " return str;", + " return str;", "}", "", "myReplace(\"A quick brown fox jumped over the lazy dog\", \"jumped\", \"leaped\");"