We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ForbesLindesay
Learn more about funding links in repositories.
Report abuse
1 parent 06f2400 commit 7f33b7bCopy full SHA for 7f33b7b
src/core.js
@@ -56,7 +56,7 @@ function Promise(fn) {
56
throw new TypeError('Promises must be constructed via new');
57
}
58
if (typeof fn !== 'function') {
59
- throw new TypeError('Promise contructor\'s argument not a function');
+ throw new TypeError('Promise constructor\'s argument is not a function');
60
61
this._deferredState = 0;
62
this._state = 0;
0 commit comments