Update article.md
there was a typo
This commit is contained in:
parent
440f4086d4
commit
b1db8c0754
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ let loadScriptPromise = function(src) {
|
|||
return new Promise((resolve, reject) => {
|
||||
loadScript(src, (err, script) => {
|
||||
if (err) reject(err)
|
||||
elsee resolve(script);
|
||||
else resolve(script);
|
||||
});
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue