From ffbf5a234039386eae76968a1844f766a9da3d67 Mon Sep 17 00:00:00 2001 From: Alexey Istomin Date: Sat, 20 Mar 2021 17:12:30 +0300 Subject: Fix various typos in Russian translation (#238) * docs(ru): fix typos * Update index.html Co-authored-by: Alexey Pyltsyn --- files/ru/web/api/event/istrusted/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ru/web/api/event/istrusted/index.html') 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

isTrusted - свойство объекта {{domxref("Event")}}, доступное только на чтение. Принимает значение true, если событие было инициировано действиями пользователя, и false, если событие было создано или изменено скриптом, либо с помощью dispatchEvent

-

Синтакс

+

Синтаксис

var bool = event.isTrusted;
 
-- cgit v1.2.3-54-g00ecf