From f29071a5177126ba06126e4f99b8acdd89e0fa93 Mon Sep 17 00:00:00 2001 From: Noah Hsu Date: Mon, 21 Nov 2022 16:45:14 +0800 Subject: [PATCH] fix a typo in `examples/player/player.js` --- examples/player/player.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/player/player.js b/examples/player/player.js index 028529d8..e526bd95 100644 --- a/examples/player/player.js +++ b/examples/player/player.js @@ -127,7 +127,7 @@ Player.prototype = { // Get the Howl we want to manipulate. var sound = self.playlist[self.index].howl; - // Puase the sound. + // Pause the sound. sound.pause(); // Show the play button.