diff --git a/package.json b/package.json index da7c88f..f379dbd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sendwithus", - "version": "5.1.0", + "version": "6.0.0", "author": "Sendwithus ", "description": "Sendwithus.com Node.js client", "main": "index.js", diff --git a/test/test.js b/test/test.js index 8499a3e..1b0a7a0 100644 --- a/test/test.js +++ b/test/test.js @@ -30,7 +30,7 @@ describe("Send Endpoint", function () { }; }); - it("Handle when a conntection error is thrown", function (done) { + it("Handle when a connection error is thrown", function (done) { const data = () => { return new Error('ETIMEDOUT') return { // give invalid object to get error response