From cb1e55865033c000d7d24b1ec920a2da77db65db Mon Sep 17 00:00:00 2001 From: Aryan Jabbari Date: Tue, 15 Sep 2015 01:13:27 -0400 Subject: [PATCH] Changed 'background color of blue' to 'color of blue'; fixed #3306 --- challenges/jquery.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/jquery.json b/challenges/jquery.json index 815265450a..3a7b988816 100644 --- a/challenges/jquery.json +++ b/challenges/jquery.json @@ -679,7 +679,7 @@ "Many HTML elements have children which inherit their properties from their parent HTML elements.", "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.", - "Here's an example of how you would use the children() function to give the children of your left-well element the background color of blue: $(\"#left-well\").children().css(\"color\", \"blue\")", + "Here's an example of how you would use the children() function to give the children of your left-well element the color of blue: $(\"#left-well\").children().css(\"color\", \"blue\")", "Give all the children of your #right-well element a color of green." ], "tests": [