fix(seed): Update instruction (#16543)

* fix(seed): Update instruction

Update the instruction to pass the challenge

Closes #16268

* Minor grammar usage change
This commit is contained in:
Sagar Jha
2018-01-21 19:58:39 -05:00
committed by Quincy Larson
parent 1e93d3d8ca
commit 2f37b645f8

View File

@ -84,7 +84,7 @@
"<code>const anchors = d3.selectAll(\"a\");</code>", "<code>const anchors = d3.selectAll(\"a\");</code>",
"Like the <code>select()</code> method, <code>selectAll()</code> supports method chaining, and you can use it with other methods.", "Like the <code>select()</code> method, <code>selectAll()</code> supports method chaining, and you can use it with other methods.",
"<hr>", "<hr>",
"Select all of the <code>li</code> tags in the document, and change their text to \"list item\"." "Select all of the <code>li</code> tags in the document, and change their text to \"list item\" by chaining the <code>.text()</code> method."
], ],
"challengeSeed": [ "challengeSeed": [
"<body>", "<body>",