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 ad7fce00bc..4c6d62e881 100644
--- a/files/ru/web/api/globaleventhandlers/onfocus/index.html
+++ b/files/ru/web/api/globaleventhandlers/onfocus/index.html
@@ -7,7 +7,7 @@ translation_of: Web/API/GlobalEventHandlers/onfocus
<p>Свойство <strong>onfocus</strong> устанавливает обработчик события onFocus на данный элемент.</p>
-<h2 id="Синтакс">Синтакс</h2>
+<h2 id="Синтаксис">Синтаксис</h2>
<pre class="syntaxbox">element.onfocus = выполняемый код при сработке события
</pre>