From 2cae7c641d449ccd959bf8a0657faed4c76d3ec4 Mon Sep 17 00:00:00 2001 From: dokkillo Date: Wed, 19 Aug 2015 21:57:41 +0200 Subject: [PATCH] issue #2189 --- challenges/jquery.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",