Skip to content

Commit 0625164

Browse files
committed
Fix typo in speed plugin comment
1 parent 037dfed commit 0625164

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/speed/speed.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Object.assign(MediaElementPlayer.prototype, {
143143

144144
/**
145145
* Store a reference to the radio buttons to prevent a scope bug in keyboard events
146-
* with multiple MediaElement players are on the same page. Otherwise these keyboard
146+
* when multiple MediaElement players are on the same page. Otherwise these keyboard
147147
* events would always control the first speed button instance on the page.
148148
*/
149149
player.speedRadioButtons = radios;

0 commit comments

Comments
 (0)