Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sunknudsen committed Feb 4, 2021
1 parent bbbae55 commit ceff02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ setInterval(() => {
}, 60000);
setTimeout(() => {
stop();
console.log('stoped watching');
console.log('stopped watching');
}, 3600000);

0 comments on commit ceff02e

Please sign in to comment.