diff --git a/challenges/jquery.json b/challenges/jquery.json index 23d6e92ff3a..0adf32f8c29 100644 --- a/challenges/jquery.json +++ b/challenges/jquery.json @@ -624,7 +624,7 @@ "Here's an example of how you would use the parent() function: $(\"#left-well\").parent().css(\"background-color\", \"blue\")" ], "tests": [ - "assert($(\"#left-well\").css(\"background-color\") === 'rgb(255, 0, 0)', 'Your \"target1\" element should have red text.')", + "assert($(\"#left-well\").css(\"background-color\") === 'rgb(255, 0, 0)', 'Your \"target1\" element should have a red background.')", "assert(editor.match(/\\.parent\\(\\)\\.css/g), 'You should use the parent() function to modify this element.')", "assert(editor.match(/
/g), 'Only use jQuery to add these classes to the element.')" ],