aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-04-06 10:28:48 +0900
committerpotappo <potappo@gmail.com>2021-04-08 20:31:00 +0900
commit78e757b214048f0bb9ee82d18d3cfaf65f658bbf (patch)
treeb6c7ebe1c50ac568096a7f1016a59b67c95ca1dd
parent65b3fb514ec02aff7934fb07c0c2a5c6993c49ed (diff)
downloadtranslated-content-78e757b214048f0bb9ee82d18d3cfaf65f658bbf.tar.gz
translated-content-78e757b214048f0bb9ee82d18d3cfaf65f658bbf.tar.bz2
translated-content-78e757b214048f0bb9ee82d18d3cfaf65f658bbf.zip
例のidを修正
-rw-r--r--files/ja/web/api/domtokenlist/foreach/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/domtokenlist/foreach/index.html b/files/ja/web/api/domtokenlist/foreach/index.html
index 02c8c7701f..b1801d1a88 100644
--- a/files/ja/web/api/domtokenlist/foreach/index.html
+++ b/files/ja/web/api/domtokenlist/foreach/index.html
@@ -43,7 +43,7 @@ translation_of: Web/API/DOMTokenList/forEach
<p>{{jsxref('undefined')}}.</p>
-<h2 id="Examples">例</h2>
+<h2 id="Example">例</h2>
<p>次の例では、 {{htmlelement("span")}} 要素に設定されたクラスのリストを <code>DOMTokenList</code> として受け取るのに {{domxref("Element.classList")}} を使用しています。 <code>forEach()</code> を使用して値を含む反復子を取得し、それぞれの値を <code>&lt;span&gt;</code> の {{domxref("Node.textContent")}} に <code>forEach()</code> の中の関数から書き込みます。</p>