From 2f37b645f8e08b89d9ae552cbf2e07bdac1019c4 Mon Sep 17 00:00:00 2001 From: Sagar Jha Date: Sun, 21 Jan 2018 19:58:39 -0500 Subject: [PATCH] fix(seed): Update instruction (#16543) * fix(seed): Update instruction Update the instruction to pass the challenge Closes #16268 * Minor grammar usage change --- .../04-data-visualization/data-visualization-with-d3.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/04-data-visualization/data-visualization-with-d3.json b/challenges/04-data-visualization/data-visualization-with-d3.json index 6a63c44f57..7767df0169 100644 --- a/challenges/04-data-visualization/data-visualization-with-d3.json +++ b/challenges/04-data-visualization/data-visualization-with-d3.json @@ -84,7 +84,7 @@ "const anchors = d3.selectAll(\"a\");", "Like the select() method, selectAll() supports method chaining, and you can use it with other methods.", "
", - "Select all of the li tags in the document, and change their text to \"list item\"." + "Select all of the li tags in the document, and change their text to \"list item\" by chaining the .text() method." ], "challengeSeed": [ "",