Skip to content

Commit c9bd3c9

Browse files
author
Timo Bechtel
committed
docs(example): fix typo
1 parent 7bf34fa commit c9bd3c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ <h2>Returns:</h2>
7171
fun: () => '*',
7272
},
7373
{
74-
text: "'document.getElementsByTagName('button')'",
74+
text: "document.getElementsByTagName('button')",
7575
fun: () => document.getElementsByTagName('button'),
7676
},
7777
{

0 commit comments

Comments
 (0)