We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80507cf commit b540d85Copy full SHA for b540d85
6-async/05-async-await/article.md
@@ -24,7 +24,7 @@ async function f() {
24
f().then(alert); // 1
25
```
26
27
-...We can explicitly return a promise, that would be the same:
+...We could explicitly return a promise, that would be the same:
28
29
```js run
30
async function f() {
0 commit comments