aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/globaleventhandlers/onclick/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/globaleventhandlers/onclick/index.html')
-rw-r--r--files/ru/web/api/globaleventhandlers/onclick/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/globaleventhandlers/onclick/index.html b/files/ru/web/api/globaleventhandlers/onclick/index.html
index 47724b1f9d..e953fd4df9 100644
--- a/files/ru/web/api/globaleventhandlers/onclick/index.html
+++ b/files/ru/web/api/globaleventhandlers/onclick/index.html
@@ -59,7 +59,7 @@ translation_of: Web/API/GlobalEventHandlers/onclick
<pre class="brush:js">p.onclick = function(event) { alert("moot!"); };
</pre>
-<h2 id="Notes" name="Notes">Заметки</h2>
+<h2 id="Notes" name="Notes">Примечания</h2>
<p>Событие <code>click</code> возникает, когда пользователь кликает на элемент. Событие <code>click</code> возникнет после событий <code>mousedown</code> и <code>mouseup</code>.</p>