Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wemyss authored Nov 18, 2019
1 parent 808fe34 commit a3f1c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/howler.core.js
Original file line number Diff line number Diff line change
Expand Up @@ -1251,7 +1251,7 @@
},

/**
* Fade a currently playing sound between two volumes (if no id is passsed, all sounds will fade).
* Fade a currently playing sound between two volumes (if no id is passed, all sounds will fade).
* @param {Number} from The value to fade from (0.0 to 1.0).
* @param {Number} to The volume to fade to (0.0 to 1.0).
* @param {Number} len Time in milliseconds to fade.
Expand Down

0 comments on commit a3f1c4c

Please sign in to comment.