fix(seed): Update instruction (#16543)

* fix(seed): Update instruction

Update the instruction to pass the challenge

Closes #16268

* Minor grammar usage change
pull/16556/head
Sagar Jha 2018-01-21 19:58:39 -05:00 committed by Quincy Larson
parent 4ab1e5454c
commit 70a4ebe4f7
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@
"<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.",
"<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": [
"<body>",