diff --git a/seed/challenges/jquery.json b/seed/challenges/jquery.json
index aecaf645a68..e3ed5de8164 100644
--- a/seed/challenges/jquery.json
+++ b/seed/challenges/jquery.json
@@ -617,7 +617,7 @@
"title": "Target the Parent of an Element Using jQuery",
"difficulty": 3.13,
"description": [
- "Every HTML elements has a parent element from which it inherits properties.",
+ "Every HTML element has a parent element from which it inherits properties.",
"For example, your jQuery Playground h3 element has the parent element of <div class=\"container-fluid\">, which itself has the parent body.",
"jQuery has a function called parent() that allows you to access the parent of whichever element you've selected.",
"Give the parent of the #target1 element background-color of red.",