diff --git a/seed/challenges/01-front-end-development-certification/jquery.json b/seed/challenges/01-front-end-development-certification/jquery.json
index 251bc2e8921..0b4eccdbf08 100644
--- a/seed/challenges/01-front-end-development-certification/jquery.json
+++ b/seed/challenges/01-front-end-development-certification/jquery.json
@@ -1320,7 +1320,7 @@
"Here's how you would target all the odd-numbered elements with class target and give them classes:",
"$(\".target:odd\").addClass(\"animated shake\");",
"Note that jQuery is zero-indexed, meaning that, counter-intuitively, :odd selects the second element, fourth element, and so on.",
- "Try selecting all the even-numbered target elements and giving them the classes of animated and shake."
+ "Try selecting all the even-numbered target elements and giving them the classes of animated and shake. Even-numbered is defined here with a zero-index in mind."
],
"challengeSeed": [
"fccss",