diff --git a/seed/challenges/jquery.json b/seed/challenges/jquery.json index 83ef132874..51b6e080db 100644 --- a/seed/challenges/jquery.json +++ b/seed/challenges/jquery.json @@ -601,7 +601,7 @@ ], "tests": [ "assert($(\"#target4\").length === 0, 'Use jQuery to remove your target4 element from your page.')", - "assert(editor.match(/id=\"target4/g), 'Only use jQuery to add these classes to the element.')" + "assert(editor.match(/id=\"target4/g), 'Only use jQuery to remove this element.')" ], "challengeSeed": [ "fccss",