Skip to content

Commit f2aa96d

Browse files
author
evenfrost
committed
Update readme
1 parent efbcdb0 commit f2aa96d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ divs
2121
// (elements matching the selector that are added to the DOM after this
2222
// will also have the listener on them)
2323
.call('addEventListener', 'click', event => console.log(event));
24-
// returns elements text in array (if there are multiple elements) or a string (if single)
24+
// get elements text in array (if there are multiple elements) or a string (if single)
2525
.get('textContent');
2626
```
2727

0 commit comments

Comments
 (0)