Skip to content

Commit

Permalink
fix spelling error and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
brandond-dyspatch committed Feb 16, 2022
1 parent ead8ea9 commit 54b5f7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sendwithus",
"version": "5.1.0",
"version": "6.0.0",
"author": "Sendwithus <[email protected]>",
"description": "Sendwithus.com Node.js client",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 54b5f7f

Please sign in to comment.