From 2416e5685bfba66913da708fcf1bfd6f0d60ed2a Mon Sep 17 00:00:00 2001 From: GJ Wang Date: Mon, 9 Apr 2018 22:52:56 +0800 Subject: [PATCH] Update promise.md shouldn't use cooma. --- docs/promise.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/promise.md b/docs/promise.md index 15b1ca7..83afb2d 100644 --- a/docs/promise.md +++ b/docs/promise.md @@ -484,7 +484,7 @@ someAsyncThing().then(function() { // carry on [ReferenceError: y is not defined] ``` -上面代码中,第二个`catch`方法用来捕获,前一个`catch`方法抛出的错误。 +上面代码中,第二个`catch`方法用来捕获前一个`catch`方法抛出的错误。 ## Promise.prototype.finally()