diff --git a/seed/challenges/jquery.json b/seed/challenges/jquery.json index e66108d6d4f..b6a4616b277 100644 --- a/seed/challenges/jquery.json +++ b/seed/challenges/jquery.json @@ -849,7 +849,7 @@ "description": [ "We're done playing with our jQuery playground. Let's tear it down!", "jQuery can target the body element as well.", - "Here's how we would make the entire body fade out: $('body').addClass('animated fadeOut')", + "Here's how we would make the entire body fade out: $(\"body\").addClass(\"animated fadeOut\")", "But let's do something more dramatic. Add the classes animated and hinge to your body element." ], "tests": [