Merge pull request #578 from neauoire/patch-1

Fixed documentation typo of vaue into value
This commit is contained in:
Yotam Mann 2019-11-15 11:36:59 -05:00 committed by GitHub
commit 53c73e6409
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ Tone.Compressor = function(){
this._compressor = this.input = this.output = this.context.createDynamicsCompressor();
/**
* the threshold vaue
* the threshold value
* @type {Decibels}
* @signal
*/