mirror of
https://github.com/Tonejs/Tone.js
synced 2025-01-14 12:53:59 +00:00
Merge pull request #578 from neauoire/patch-1
Fixed documentation typo of vaue into value
This commit is contained in:
commit
53c73e6409
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