diff --git a/test/unit/command.ts b/test/unit/command.ts index c10adb81..801de6a8 100644 --- a/test/unit/command.ts +++ b/test/unit/command.ts @@ -42,7 +42,7 @@ describe("Command", () => { command.resolve(Buffer.from("foo")); }); - it("should covert result to string if replyEncoding is specified", (done) => { + it("should convert result to string if replyEncoding is specified", (done) => { const command = new Command( "get", ["foo"],