Skip to content

Commit e75827d

Browse files
committed
Signal description typo fix
1 parent aa8e5f0 commit e75827d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sound/Sound.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ Phaser.Sound = function (game, key, volume, loop, connect) {
250250
this.onStop = new Phaser.Signal();
251251

252252
/**
253-
* @property {Phaser.Signal} onMute - The onMouse event is dispatched when this sound is muted.
253+
* @property {Phaser.Signal} onMute - The onMute event is dispatched when this sound is muted.
254254
*/
255255
this.onMute = new Phaser.Signal();
256256

0 commit comments

Comments
 (0)