aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-04-07 00:32:02 +0900
committerpotappo <potappo@gmail.com>2021-04-19 22:29:28 +0900
commit3ee043759825044f853268756c303e9c83ad350f (patch)
tree22097d1ebfdd4e66864d07ce6b76eea246c9bca6
parentdbb82a731d91e9248c94cdad6c2a4dcad0411a8a (diff)
downloadtranslated-content-3ee043759825044f853268756c303e9c83ad350f.tar.gz
translated-content-3ee043759825044f853268756c303e9c83ad350f.tar.bz2
translated-content-3ee043759825044f853268756c303e9c83ad350f.zip
入力ミスを修正
-rw-r--r--files/ja/web/api/domtokenlist/entries/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/domtokenlist/entries/index.html b/files/ja/web/api/domtokenlist/entries/index.html
index 8a7a4cebd0..b76008c3e1 100644
--- a/files/ja/web/api/domtokenlist/entries/index.html
+++ b/files/ja/web/api/domtokenlist/entries/index.html
@@ -12,7 +12,7 @@ translation_of: Web/API/DOMTokenList/entries
---
<div>{{APIRef("DOM")}}</div>
-<p><span class="seoSummary"><code><strong>DOMTokenList.entries()</strong></code> メソッドは、このお武衛ジェクトに含まれるすべてのキー/値の組を処理することができる{{jsxref("Iteration_protocols","反復子","",1)}}を返します。値は {{domxref("DOMString")}} オブジェクトであり、それぞれが単一のトークンを表します。</span></p>
+<p><span class="seoSummary"><code><strong>DOMTokenList.entries()</strong></code> メソッドは、このオブジェクトに含まれるすべてのキー/値の組を処理することができる{{jsxref("Iteration_protocols","反復子","",1)}}を返します。値は {{domxref("DOMString")}} オブジェクトであり、それぞれが単一のトークンを表します。</span></p>
<h2 id="Syntax">構文</h2>