Skip to content

Commit b540d85

Browse files
authored
Update article.md
1 parent 80507cf commit b540d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

6-async/05-async-await/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ async function f() {
2424
f().then(alert); // 1
2525
```
2626

27-
...We can explicitly return a promise, that would be the same:
27+
...We could explicitly return a promise, that would be the same:
2828

2929
```js run
3030
async function f() {

0 commit comments

Comments
 (0)