Skip to content

Commit e99280d

Browse files
authored
from from -> from (#4)
1 parent 023beab commit e99280d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JavaScript/4-callback-timer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22

33
const fn = () => {
4-
console.log('Callback from from timer');
4+
console.log('Callback from timer');
55
};
66

77
const timeout = (interval, fn) => setTimeout(fn, interval);

0 commit comments

Comments
 (0)