fix typo paramter -> parameter

This commit is contained in:
Lukas 2022-04-16 17:58:41 +02:00 committed by GitHub
parent 1bedd96b84
commit 4d9b3d0bb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ export interface PolySynthOptions<Voice> extends InstrumentOptions {
/**
* PolySynth handles voice creation and allocation for any
* instruments passed in as the second paramter. PolySynth is
* instruments passed in as the second parameter. PolySynth is
* not a synthesizer by itself, it merely manages voices of
* one of the other types of synths, allowing any of the
* monophonic synthesizers to be polyphonic.