Merge pull request #1065 from LukasOpp/dev

Fix documentation typo `paramter` -> `parameter`
This commit is contained in:
Yotam Mann 2022-04-24 10:51:51 -04:00 committed by GitHub
commit 92e1ee1ed1
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.