We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 037dfed commit 0625164Copy full SHA for 0625164
1 file changed
src/speed/speed.js
@@ -143,7 +143,7 @@ Object.assign(MediaElementPlayer.prototype, {
143
144
/**
145
* 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
+ * when multiple MediaElement players are on the same page. Otherwise these keyboard
147
* events would always control the first speed button instance on the page.
148
*/
149
player.speedRadioButtons = radios;
0 commit comments