Skip to content

Commit

Permalink
Fixed typo, #195
Browse files Browse the repository at this point in the history
  • Loading branch information
negiDharmendra authored and nehashri committed Apr 22, 2019
1 parent 3da1285 commit 541652c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tracker.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ var send = function (medium) {

module.exports = {
trackLSP: function () {
send("demon");
send("daemon");
}
};

0 comments on commit 541652c

Please sign in to comment.