diff --git a/seed/challenges/jquery.json b/seed/challenges/jquery.json
index 0402f722a2..b7250f5da3 100644
--- a/seed/challenges/jquery.json
+++ b/seed/challenges/jquery.json
@@ -465,7 +465,8 @@
"difficulty": 3.10,
"description": [
"Now let's remove an HTML element from your page using jQuery.",
- "jQuery has a function called .remove()
that will remove an HTML element entirely."
+ "jQuery has a function called .remove()
that will remove an HTML element entirely",
+ "Remove element target4
from the page by using the .remove()
function."
],
"tests": [
"assert($(\"#target4\").length === 0, 'Use jQuery to remove your target4
element from your page.')",