diff --git a/seed/challenges/04-data-visualization/data-visualization-with-d3.json b/seed/challenges/04-data-visualization/data-visualization-with-d3.json index 6a63c44f576..7767df0169c 100644 --- a/seed/challenges/04-data-visualization/data-visualization-with-d3.json +++ b/seed/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": [ "",