We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83193ea commit 29c4286Copy full SHA for 29c4286
JavaScript/7-then.js
@@ -7,7 +7,7 @@ const getNumbers = () => {
7
if (num) {
8
resolve(num);
9
} else {
10
- reject(new Error('I heve no numbers for you'));
+ reject(new Error('I have no numbers for you'));
11
}
12
});
13
};
0 commit comments