From efad3dbdb62d1977c01b953a076bf699100b77e9 Mon Sep 17 00:00:00 2001 From: A1lo Date: Sat, 19 Mar 2022 03:51:33 +0800 Subject: replace all `anch` marco in `zh-TW` (#4708) * fix: resolve some incorrect anchors * fix: resolve some incorrect anchors * fix: resolve some incorrect anchors --- files/zh-tw/web/api/node/nodetype/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/zh-tw/web/api/node') diff --git a/files/zh-tw/web/api/node/nodetype/index.html b/files/zh-tw/web/api/node/nodetype/index.html index 606cbd1b94..5c5c4268e4 100644 --- a/files/zh-tw/web/api/node/nodetype/index.html +++ b/files/zh-tw/web/api/node/nodetype/index.html @@ -18,7 +18,7 @@ translation_of: Web/API/Node/nodeType
var type = node.nodeType;
 
-

Returns an integer value which specifies the type of the node; possible values are listed in {{anch("Node type constants")}}.

+

Returns an integer value which specifies the type of the node; possible values are listed in Node type constants.

常數

-- cgit v1.2.3-54-g00ecf