Skip to content

Commit

Permalink
Merge pull request goldfire#742 from Pau1fitz/master
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
goldfire authored Apr 14, 2017
2 parents 9592fcb + 59debd4 commit 7547703
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 7547703

Please sign in to comment.