We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f30db4e commit 36bc481Copy full SHA for 36bc481
readme.md
@@ -74,8 +74,8 @@ Utility to get the plain-text value of a [*node*][node].
74
75
###### Notes
76
77
-* If `node` is an [*element*][element] is given that is not displayed (such as
78
- a `head`), we’ll still use the `innerText` algorithm instead of switching to
+* If `node` is an [*element*][element] that is not displayed (such as a
+ `head`), we’ll still use the `innerText` algorithm instead of switching to
79
`textContent`
80
* If [*descendants*][descendant] of `node` are [*elements*][element] that are
81
not displayed, they are ignored
0 commit comments