aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/api')
-rw-r--r--files/ja/web/api/document/createevent/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/document/createevent/index.html b/files/ja/web/api/document/createevent/index.html
index a439ccf6dd..260715c247 100644
--- a/files/ja/web/api/document/createevent/index.html
+++ b/files/ja/web/api/document/createevent/index.html
@@ -25,7 +25,7 @@ translation_of: Web/API/Document/createEvent
</pre>
<ul>
- <li><code><var>event</var></code> は作成された a href="/ja/docs/DOM/event"&gt;イベントオブジェクトです。</li>
+ <li><code><var>event</var></code> は作成された <a href="/ja/docs/DOM/event">イベント</a> オブジェクトです。</li>
<li><code><var>type</var></code> は作成するイベント型を表す文字列です。取り得るイベント型は <code>"UIEvents"</code>, <code>"MouseEvents"</code>, <code>"MutationEvents"</code>, <code>"HTMLEvents"</code> のいずれかです。詳しくは{{Anch("Notes", "注")}}の項目を参照してください。</li>
</ul>