diff --git a/challenges/jquery.json b/challenges/jquery.json
index d6a6fa0fb0..af43174369 100644
--- a/challenges/jquery.json
+++ b/challenges/jquery.json
@@ -314,7 +314,7 @@
],
"tests": [
"assert($(\".btn-default\").length === 0, 'Remove the btn-default
class from all of your button
elements.')",
- "assert(editor.match(/btn btn-default/g), 'Only use jQuery to add these classes to the element.')"
+ "assert(editor.match(/btn btn-default/g), 'Only use jQuery to remove this class from the element.')"
],
"challengeSeed": [
"fccss",