Skip to content

Commit 5f37ad1

Browse files
authored
Update article.md
Grammar suggestions
1 parent df58d3f commit 5f37ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/11-async/08-async-await/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ async function f() {
5656
});
5757

5858
*!*
59-
let result = await promise; // wait till the promise resolves (*)
59+
let result = await promise; // wait until the promise resolves (*)
6060
*/!*
6161

6262
alert(result); // "done!"

0 commit comments

Comments
 (0)