Skip to content

Commit 7547703

Browse files
authored
Merge pull request #742 from Pau1fitz/master
fix typo
2 parents 9592fcb + 59debd4 commit 7547703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ var sound = new Howl({
137137
src: ['sound.webm', 'sound.mp3']
138138
});
139139

140-
// Play returns a uniqe Sound ID that can be passed
140+
// Play returns a unique Sound ID that can be passed
141141
// into any method on Howl to control that specific sound.
142142
var id1 = sound.play();
143143
var id2 = sound.play();

0 commit comments

Comments
 (0)