Skip to content

Commit 90b2a20

Browse files
committed
fix: add parentheses
1 parent 2bb8556 commit 90b2a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/async.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ async function myFunction() {
373373
await somethingThatReturnsAPromise()
374374
.catch(function (err) {
375375
console.log(err);
376-
};
376+
});
377377
}
378378
```
379379

0 commit comments

Comments
 (0)