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:
@ -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>",
|
||||
|
Reference in New Issue
Block a user