diff --git a/challenges/jquery.json b/challenges/jquery.json
index 0402f722a20..b7250f5da3b 100644
--- a/challenges/jquery.json
+++ b/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.')",