aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/web/api/node
diff options
context:
space:
mode:
authorA1lo <yin199909@aliyun.com>2022-03-19 03:51:33 +0800
committerGitHub <noreply@github.com>2022-03-19 03:51:33 +0800
commitefad3dbdb62d1977c01b953a076bf699100b77e9 (patch)
tree1d6821621c5b23c66edf0be9771b23f9312171d3 /files/zh-tw/web/api/node
parent2d67ce927bfd98fe4cd02d11c950b960945638b5 (diff)
downloadtranslated-content-efad3dbdb62d1977c01b953a076bf699100b77e9.tar.gz
translated-content-efad3dbdb62d1977c01b953a076bf699100b77e9.tar.bz2
translated-content-efad3dbdb62d1977c01b953a076bf699100b77e9.zip
replace all `anch` marco in `zh-TW` (#4708)
* fix: resolve some incorrect anchors * fix: resolve some incorrect anchors * fix: resolve some incorrect anchors
Diffstat (limited to 'files/zh-tw/web/api/node')
-rw-r--r--files/zh-tw/web/api/node/nodetype/index.html2
1 files changed, 1 insertions, 1 deletions
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
<pre class="syntaxbox"><em>var <var>type</var></em> = <var>node</var>.nodeType;
</pre>
-<p>Returns an integer value which specifies the type of the node; possible values are listed in {{anch("Node type constants")}}.</p>
+<p>Returns an integer value which specifies the type of the node; possible values are listed in <a href="#節點類型常數">Node type constants</a>.</p>
<h2 id="常數">常數</h2>