Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Pau1fitz authored Apr 14, 2017
1 parent 9592fcb commit 59debd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 59debd4

Please sign in to comment.