Skip to content

Commit 7361a22

Browse files
authored
Merge pull request #576 from tendermario/patch-1
Fix typo.
2 parents 0ed3b44 + 34bb5ab commit 7361a22

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
@@ -183,7 +183,7 @@ The meaning is the same: it ensures that the returned value is a promise and ena
183183
````
184184
## Error handling
185185

186-
If a promise resolves normally, then `await promise` returns the result. But in case of a rejection, it throws the error, just if there were a `throw` statement at that line.
186+
If a promise resolves normally, then `await promise` returns the result. But in case of a rejection, it throws the error, just as if there were a `throw` statement at that line.
187187

188188
This code:
189189

0 commit comments

Comments
 (0)