tone 15.4.1 → 15.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -34,7 +34,7 @@ export abstract class Effect<
34
34
  wet: Signal<"normalRange"> = this._dryWet.fade;
35
35
 
36
36
  /**
37
- * connect the effectSend to the input of hte effect
37
+ * connect the effectSend to the input of the effect
38
38
  */
39
39
  protected effectSend: Gain = new Gain({ context: this.context });
40
40
 
package/Tone/version.ts CHANGED
@@ -1 +1 @@
1
- export const version: string = "15.4.1";
1
+ export const version: string = "15.4.2";