From 8f7e8b30ec471f571f21e12a09c546e6d7d5dca9 Mon Sep 17 00:00:00 2001 From: Ayushi Jain Date: Sun, 11 Dec 2016 14:53:23 -0500 Subject: [PATCH] Correct challenge grammar and improve clarity --- .../01-front-end-development-certification/jquery.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/01-front-end-development-certification/jquery.json b/seed/challenges/01-front-end-development-certification/jquery.json index 7fc4c92739..ac8c7e1bf5 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",