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 efbcdb0 commit f2aa96dCopy full SHA for f2aa96d
README.md
@@ -21,7 +21,7 @@ divs
21
// (elements matching the selector that are added to the DOM after this
22
// will also have the listener on them)
23
.call('addEventListener', 'click', event => console.log(event));
24
- // returns elements text in array (if there are multiple elements) or a string (if single)
+ // get elements text in array (if there are multiple elements) or a string (if single)
25
.get('textContent');
26
```
27
0 commit comments