Skip to content

Commit

Permalink
Merge pull request #16 from xtrp/patch-1
Browse files Browse the repository at this point in the history
Fix Spelling Error
  • Loading branch information
Jan Karres authored Mar 10, 2020
2 parents 816f5a0 + c55237f commit 29e75c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/Lame.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 29e75c8

Please sign in to comment.