From a2617e517fe48fbd0fc283e05c82e32765a3fb12 Mon Sep 17 00:00:00 2001 From: t7yang Date: Mon, 10 Jan 2022 08:38:05 +0800 Subject: remove font tag in zh-TW --- .../javascript/reference/global_objects/promise/finally/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'files/zh-tw/web/javascript/reference/global_objects/promise/finally') diff --git a/files/zh-tw/web/javascript/reference/global_objects/promise/finally/index.html b/files/zh-tw/web/javascript/reference/global_objects/promise/finally/index.html index e739dcdb0f..77adc0c6fa 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/promise/finally/index.html +++ b/files/zh-tw/web/javascript/reference/global_objects/promise/finally/index.html @@ -36,11 +36,11 @@ p.finally(function() {

finally() 方法非常類似於 .then(onFinally, onFinally) 的呼叫方式,但仍有一些差異:

-- cgit v1.2.3-54-g00ecf