mirror of
https://github.com/Tonejs/Tone.js
synced 2025-01-14 21:03:55 +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();
|
this._compressor = this.input = this.output = this.context.createDynamicsCompressor();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* the threshold vaue
|
* the threshold value
|
||||||
* @type {Decibels}
|
* @type {Decibels}
|
||||||
* @signal
|
* @signal
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue