Skip to content

Commit

Permalink
Merge pull request #238 from teolag/patch-1
Browse files Browse the repository at this point in the history
Spelling misstake
  • Loading branch information
orval authored Mar 19, 2019
2 parents 9f765e1 + 97c66f6 commit 185814e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ client.transmissions.send(transmission)
});

// Callback
client.transmissions.send(tranmission, function(err, data) {
client.transmissions.send(transmission, function(err, data) {
if (err) {
console.log('Whoops! Something went wrong');
console.log(err);
Expand Down

0 comments on commit 185814e

Please sign in to comment.