From c55237f15e7dae1378122e2defb00c3de1210ed2 Mon Sep 17 00:00:00 2001 From: Fred Adams <36894883+xtrp@users.noreply.github.com> Date: Fri, 6 Mar 2020 21:30:28 +0000 Subject: [PATCH] Fix Spelling Error --- lib/src/Lame.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/Lame.ts b/lib/src/Lame.ts index 9207448..469c955 100644 --- a/lib/src/Lame.ts +++ b/lib/src/Lame.ts @@ -51,7 +51,7 @@ class Lame { */ public setFile(path: string): Lame { if (!fsExistsSync(path)) { - throw new Error("Audio file (path) dose not exist"); + throw new Error("Audio file (path) does not exist"); } this.filePath = path;