Update article.md

Grammar suggestions
This commit is contained in:
hrodward 2019-10-31 09:39:48 +01:00 committed by GitHub
parent df58d3f543
commit 5f37ad1466
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ async function f() {
}); });
*!* *!*
let result = await promise; // wait till the promise resolves (*) let result = await promise; // wait until the promise resolves (*)
*/!* */!*
alert(result); // "done!" alert(result); // "done!"