From 57e0abae4196d5e89486fa87171e12dd14f78584 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Thu, 18 Mar 2021 02:37:24 +0300 Subject: Fix various typos (#203) * Fix various typos * Auto fixes * Apply suggestions from code review Co-authored-by: Artem Shibakov * Apply suggestions from code review Co-authored-by: Artem Shibakov Co-authored-by: Artem Shibakov --- files/ru/web/api/speechrecognition/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ru/web/api/speechrecognition/index.html') diff --git a/files/ru/web/api/speechrecognition/index.html b/files/ru/web/api/speechrecognition/index.html index 061a6014e3..7fe68eb613 100644 --- a/files/ru/web/api/speechrecognition/index.html +++ b/files/ru/web/api/speechrecognition/index.html @@ -49,7 +49,7 @@ translation_of: Web/API/SpeechRecognition
{{domxref("SpeechRecognition.onresult")}}
Вызывается когда возвращает результат — слово или фраза были распознаны положительно, и это было передано обратно в приложение.
{{domxref("SpeechRecognition.onsoundstart")}}
-
Вызывается при любом звуке — рапозназнаваемая речь или нет — будешь обнаружено.
+
Вызывается при обнаружении любого звука - не важно, распознана речь или нет.
{{domxref("SpeechRecognition.onsoundend")}}
Вызывается когда  любой звук — распознаваемая речь или нет — перестала распознаваться.
{{domxref("SpeechRecognition.onspeechstart")}}
-- cgit v1.2.3-54-g00ecf