Skip to content

Commit 3ec27d3

Browse files
author
Ruan YiFeng
authored
Merge pull request ruanyf#643 from itellboy/patch-1
Update promise.md
2 parents 893a34b + 2416e56 commit 3ec27d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/promise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ someAsyncThing().then(function() {
484484
// carry on [ReferenceError: y is not defined]
485485
```
486486

487-
上面代码中,第二个`catch`方法用来捕获,前一个`catch`方法抛出的错误。
487+
上面代码中,第二个`catch`方法用来捕获前一个`catch`方法抛出的错误。
488488

489489
## Promise.prototype.finally()
490490

0 commit comments

Comments
 (0)