From 9ae92c92b2a55de23307dfb6016adfbbcaa9cb82 Mon Sep 17 00:00:00 2001 From: Isabell Long Date: Sat, 22 Aug 2015 22:36:51 +0100 Subject: [PATCH] Target Even Numbered Elements: consistently use double quotes - Fixes #2528. --- seed/challenges/jquery.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": [