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 f4a02b6 commit 773cae3Copy full SHA for 773cae3
README.md
@@ -199,7 +199,7 @@ Get unescaped text value of current node and its children. Like `innerText`.
199
200
### HTMLElement#rawText
201
202
-Get escpaed (as-it) text value of current node and its children. May have
+Get escaped (as-it) text value of current node and its children. May have
203
`&` in it. (fast)
204
205
### HTMLElement#tagName
@@ -252,4 +252,4 @@ Get all attributes of current element. **Notice: do not try to change the return
252
253
### HTMLElement#range
254
255
-Corresponding source code start and end indexes (ie [ 0, 40 ])
+Corresponding source code start and end indexes (ie [ 0, 40 ])
0 commit comments