Skip to content

Commit 2416e56

Browse files
authored
Update promise.md
shouldn't use cooma.
1 parent 893a34b commit 2416e56

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)