Skip to content

Commit 773cae3

Browse files
authored
docs(readme): Corrected spelling mistake
1 parent f4a02b6 commit 773cae3

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
@@ -199,7 +199,7 @@ Get unescaped text value of current node and its children. Like `innerText`.
199199

200200
### HTMLElement#rawText
201201

202-
Get escpaed (as-it) text value of current node and its children. May have
202+
Get escaped (as-it) text value of current node and its children. May have
203203
`&` in it. (fast)
204204

205205
### HTMLElement#tagName
@@ -252,4 +252,4 @@ Get all attributes of current element. **Notice: do not try to change the return
252252

253253
### HTMLElement#range
254254

255-
Corresponding source code start and end indexes (ie [ 0, 40 ])
255+
Corresponding source code start and end indexes (ie [ 0, 40 ])

0 commit comments

Comments
 (0)