aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/event/istrusted/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/event/istrusted/index.html')
-rw-r--r--files/ru/web/api/event/istrusted/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/event/istrusted/index.html b/files/ru/web/api/event/istrusted/index.html
index db7ab78c4d..73ce35f655 100644
--- a/files/ru/web/api/event/istrusted/index.html
+++ b/files/ru/web/api/event/istrusted/index.html
@@ -7,7 +7,7 @@ translation_of: Web/API/Event/isTrusted
<p><code>isTrusted</code> - свойство объекта {{domxref("Event")}}, доступное только на чтение. Принимает значение true, если событие было инициировано действиями пользователя, и false, если событие было создано или изменено скриптом, либо с помощью dispatchEvent</p>
-<h2 id="Syntax" name="Syntax">Синтакс</h2>
+<h2 id="Синтаксис">Синтаксис</h2>
<pre class="syntaxbox">var bool = event.isTrusted;
</pre>