Skip to content

Commit 29c4286

Browse files
True-Evzheniytshemsedinov
authored andcommitted
Fix typo
1 parent 83193ea commit 29c4286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JavaScript/7-then.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const getNumbers = () => {
77
if (num) {
88
resolve(num);
99
} else {
10-
reject(new Error('I heve no numbers for you'));
10+
reject(new Error('I have no numbers for you'));
1111
}
1212
});
1313
};

0 commit comments

Comments
 (0)