diff --git a/curriculum/challenges/english/03-front-end-libraries/jquery/remove-an-element-using-jquery.md b/curriculum/challenges/english/03-front-end-libraries/jquery/remove-an-element-using-jquery.md index f4517e844f..94c5908436 100644 --- a/curriculum/challenges/english/03-front-end-libraries/jquery/remove-an-element-using-jquery.md +++ b/curriculum/challenges/english/03-front-end-libraries/jquery/remove-an-element-using-jquery.md @@ -12,7 +12,7 @@ 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 -Remove element `target4` from the page by using the `.remove()` function. +Remove the `#target4` element from the page by using the `.remove()` function. # --hints--