aboutsummaryrefslogtreecommitdiff
path: root/files/ja
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-03-27 01:17:41 +0900
committerpotappo <potappo@gmail.com>2021-03-27 08:34:23 +0900
commit5f8ca832cd3ce12ac30a88ad011071b928e6b7fb (patch)
tree054d5073d39b1ad1f20728b9632962177d07737c /files/ja
parent6b99d275975e96b875716571a35ed2597ad41029 (diff)
downloadtranslated-content-5f8ca832cd3ce12ac30a88ad011071b928e6b7fb.tar.gz
translated-content-5f8ca832cd3ce12ac30a88ad011071b928e6b7fb.tar.bz2
translated-content-5f8ca832cd3ce12ac30a88ad011071b928e6b7fb.zip
記述ミスを修正
Diffstat (limited to 'files/ja')
-rw-r--r--files/ja/web/api/eventtarget/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/eventtarget/index.html b/files/ja/web/api/eventtarget/index.html
index 8fa4658f45..6ace39e14c 100644
--- a/files/ja/web/api/eventtarget/index.html
+++ b/files/ja/web/api/eventtarget/index.html
@@ -15,7 +15,7 @@ translation_of: Web/API/EventTarget
<p>{{domxref("Element")}}、{{domxref("Document")}}、{{domxref("Window")}} は、最も一般的なイベントターゲットですが、他のオブジェクトも、例えば {{domxref("XMLHttpRequest")}}、{{domxref("AudioNode")}}、{{domxref("AudioContext")}} などもイベントターゲットになります。</p>
-<p>多くのイベントターゲット (要素、文書、ウィンドウを含む) は、<a href="/ja/docs/Web/Guide/Events/Event_handlers">イベントハンドラー</a>の設定するのに <code>on<var>イベント名</var></code> プロパティや属性を使用することもできます。</p>
+<p>多くのイベントターゲット (要素、文書、ウィンドウを含む) は、<a href="/ja/docs/Web/Guide/Events/Event_handlers">イベントハンドラー</a>を設定するのに <code>on<var>イベント名</var></code> プロパティや属性を使用することもできます。</p>
<p>{{InheritanceDiagram}}</p>