Skip to content

Commit

Permalink
chore: fix typo of selectionchange
Browse files Browse the repository at this point in the history
  • Loading branch information
wyattzheng authored and rniwa committed Dec 19, 2024
1 parent 387e724 commit 5bf997d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,7 @@ <h3>
</p>
<section>
<h4>
Scheduling <code>selectionhange</code> event
Scheduling <code>selectionchange</code> event
</h4>
<p>
To <dfn>schedule a selectionchange event</dfn> on a node
Expand All @@ -1053,7 +1053,7 @@ <h4>
</section>
<section>
<h4>
Firing <code>selectionhange</code> event
Firing <code>selectionchange</code> event
</h4>
<p>
To <dfn>fire a selectionchange event</dfn> on a node
Expand Down

0 comments on commit 5bf997d

Please sign in to comment.