diff --git a/seed/challenges/jquery.json b/seed/challenges/jquery.json
index e3ed5de816..8576e4bc0d 100644
--- a/seed/challenges/jquery.json
+++ b/seed/challenges/jquery.json
@@ -786,7 +786,7 @@
"difficulty": 3.16,
"description": [
"You can also target all the even-numbered elements.",
- "Here's how you would target all the odd-numbered elements with class target
and give them classes: $('.target:odd').addClass('animated shake');
",
+ "Here's how you would target all the odd-numbered elements with class target
and give them classes: $(\".target:odd\").addClass(\"animated shake\");
",
"Try selecting all the even-numbered elements - that is, what your browser will consider even-numbered elements - and giving them the classes of animated
and shake
."
],
"tests": [