Skip to content

Commit cf206ab

Browse files
Update player.js
1 parent 69946c4 commit cf206ab

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
@@ -61,7 +61,7 @@ Player.prototype = {
6161
// Display the duration.
6262
duration.innerHTML = self.formatTime(Math.round(sound.duration()));
6363

64-
// Start upating the progress of the track.
64+
// Start updating the progress of the track.
6565
requestAnimationFrame(self.step.bind(self));
6666

6767
// Start the wave animation if we have already loaded

0 commit comments

Comments
 (0)