diff --git a/src/Output.js b/src/Output.js index 7622bce6c..90d20af46 100644 --- a/src/Output.js +++ b/src/Output.js @@ -1624,7 +1624,7 @@ export class Output extends EventEmitter { /** * Sends an **all notes off** channel mode message. This will make all currently playing notes * fade out just as if their key had been released. This is different from the - * [`turnSoundOff()`]{@link #turnSoundOff} method which mutes all sounds immediately. + * [`sendAllSoundOff()`]{@link #sendAllSoundOff} method which mutes all sounds immediately. * * @param {Object} [options={}] *