diff --git a/seed/challenges/01-front-end-development-certification/jquery.json b/seed/challenges/01-front-end-development-certification/jquery.json index 7fc4c927391..ac8c7e1bf56 100644 --- a/seed/challenges/01-front-end-development-certification/jquery.json +++ b/seed/challenges/01-front-end-development-certification/jquery.json @@ -1282,7 +1282,7 @@ "jQuery uses CSS Selectors to target elements. The target:nth-child(n) CSS selector allows you to select all the nth elements with the target class or element type.", "Here's how you would give the third element in each well the bounce class:", "$(\".target:nth-child(3)\").addClass(\"animated bounce\");", - "Make the second child in each of your well elements bounce. You must target the children of element with the target class." + "Make the second child in each of your well elements bounce. You must select the elements' children with the target class." ], "challengeSeed": [ "fccss",