Skip to content

Commit 8d913be

Browse files
authored
Merge pull request wesbos#82 from DamianNode/master
Fix typo
2 parents 927bfc6 + 42f28bd commit 8d913be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/hoisting-FINISHED.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* esline-disable */
1+
/* eslint-disable */
22
let age;
33
console.log(age);
44
age = 10;

0 commit comments

Comments
 (0)