Skip to content

Commit 69946c4

Browse files
Fixed typo.
1 parent 0323af9 commit 69946c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/player/player.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Player.prototype = {
9292
bar.style.display = 'block';
9393
},
9494
onseek: function() {
95-
// Start upating the progress of the track.
95+
// Start updating the progress of the track.
9696
requestAnimationFrame(self.step.bind(self));
9797
}
9898
});

0 commit comments

Comments
 (0)