From 4cf94043b945f49ddf1d48de63356314ed7dfbc7 Mon Sep 17 00:00:00 2001 From: NMLibrary Date: Fri, 14 May 2021 19:56:53 +0900 Subject: fix typo --- .../ja/web/javascript/reference/global_objects/promise/then/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/ja/web/javascript/reference/global_objects/promise/then/index.html b/files/ja/web/javascript/reference/global_objects/promise/then/index.html index 323e7e874f..77255655c1 100644 --- a/files/ja/web/javascript/reference/global_objects/promise/then/index.html +++ b/files/ja/web/javascript/reference/global_objects/promise/then/index.html @@ -161,7 +161,7 @@ p2.then(function(value) { }); -

then の引数として渡した関数が拒絶された Promise が返した場合や、例外 (エラー) が発生した場合は、拒絶された Promise を返します。

+

then の引数として渡した関数が拒絶された Promise を返した場合や、例外 (エラー) が発生した場合は、拒絶された Promise を返します。

Promise.resolve()
   .then(() => {
-- 
cgit v1.2.3-54-g00ecf