Fixed documentation typo of vaue into value

This commit is contained in:
Лu Лinveгa 2019-11-15 10:50:29 -05:00 committed by GitHub
parent 113dab092f
commit 126ffd7354
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
*/