Skip to content

Commit 36bc481

Browse files
committed
Fix typo
1 parent f30db4e commit 36bc481

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ Utility to get the plain-text value of a [*node*][node].
7474

7575
###### Notes
7676

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
77+
* If `node` is an [*element*][element] that is not displayed (such as a
78+
`head`), we’ll still use the `innerText` algorithm instead of switching to
7979
`textContent`
8080
* If [*descendants*][descendant] of `node` are [*elements*][element] that are
8181
not displayed, they are ignored

0 commit comments

Comments
 (0)