From 59debd439cf40cdfc61811b83e37403ee7c6aa49 Mon Sep 17 00:00:00 2001 From: Paul Fitzgerald Date: Fri, 14 Apr 2017 18:37:18 +0100 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7c9dd76..659ed299 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ var sound = new Howl({ src: ['sound.webm', 'sound.mp3'] }); -// Play returns a uniqe Sound ID that can be passed +// Play returns a unique Sound ID that can be passed // into any method on Howl to control that specific sound. var id1 = sound.play(); var id2 = sound.play();