Skip to content

Commit b1db8c0

Browse files
authored
Update article.md
there was a typo
1 parent 440f408 commit b1db8c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/11-async/06-promisify/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ let loadScriptPromise = function(src) {
3030
return new Promise((resolve, reject) => {
3131
loadScript(src, (err, script) => {
3232
if (err) reject(err)
33-
elsee resolve(script);
33+
else resolve(script);
3434
});
3535
})
3636
}

0 commit comments

Comments
 (0)