aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/globaleventhandlers/onfocus/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/globaleventhandlers/onfocus/index.html')
-rw-r--r--files/ru/web/api/globaleventhandlers/onfocus/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/globaleventhandlers/onfocus/index.html b/files/ru/web/api/globaleventhandlers/onfocus/index.html
index 4c6d62e881..550b6d5761 100644
--- a/files/ru/web/api/globaleventhandlers/onfocus/index.html
+++ b/files/ru/web/api/globaleventhandlers/onfocus/index.html
@@ -12,7 +12,7 @@ translation_of: Web/API/GlobalEventHandlers/onfocus
<pre class="syntaxbox">element.onfocus = выполняемый код при сработке события
</pre>
-<h2 id="Заметка">Заметка</h2>
+<h2 id="Примечание">Примечание</h2>
<p>Событие фокуса (focus) вызывается когда пользователь устанавливает фокус на данный элемент.</p>