Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelLarkin authored Jun 28, 2023
1 parent be9f95e commit bdcfb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/audio.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ This is where we create the audio blob which is encoded according to `getAudioFo
return Promise.reject();
}
return new Promise((res: Function, rej: Function) => {j
return new Promise((res: Function, rej: Function) => {
this.jsNode.onaudioprocess = undefined;
this.recorder.removeEventListener('stop', this.recorderListeners.stop);
this.recorderListeners.stop = (e: Event) => {
Expand Down

0 comments on commit bdcfb05

Please sign in to comment.