diff --git a/seed/challenges/jquery.json b/seed/challenges/jquery.json
index d6a6fa0fb0..6d91e1f5fb 100644
--- a/seed/challenges/jquery.json
+++ b/seed/challenges/jquery.json
@@ -671,8 +671,8 @@
"id": "bad87fee1348bd9aed208826",
"title": "Target the Children of an Element Using jQuery",
"difficulty": 3.14,
- "description": [
- "Many HTML elements have children
elements from which they inherit
properties.",
+ "description": [
+ "Many HTML elements have children
elements from which inherit
their properties.",
"For example, every HTML element is a child of your body
element, and your \"jQuery Playground\" h3
element is a child of your <div class=\"container-fluid\">
element.",
"jQuery has a function called children()
that allows you to access the children of whichever element you've selected.",
"Give all the children of your #right-well
element a color of green.",