mirror of
https://github.com/Tonejs/Tone.js
synced 2024-12-26 19:43:12 +00:00
Fixed documentation typo of vaue into value
This commit is contained in:
parent
113dab092f
commit
126ffd7354
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue