diff --git a/challenges/jquery-ajax-and-json.json b/challenges/jquery-ajax-and-json.json
index b024e4ef77..26cdb46b8a 100644
--- a/challenges/jquery-ajax-and-json.json
+++ b/challenges/jquery-ajax-and-json.json
@@ -57,7 +57,7 @@
"For example, let's make all of your button
elements bounce. Just add this code inside your \"document ready function\": $('button').addClass('animated bounce')
."
],
"tests": [
- "assert($('button').hasClass('animated') && $('button').hasClass('bounce'), 'Use the jQuery addClass()
function to give the classes \"animated\" and \"bounce\" to your img
element.')",
+ "assert($('button').hasClass('animated') && $('button').hasClass('bounce'), 'Use the jQuery addClass()
function to give the classes \"animated\" and \"bounce\" to your button
element.')",
"assert(!editor.match(/class.*animated/g), 'Only use jQuery to add these classes to the element.')"
],
"challengeSeed": [