aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/speechrecognition/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/speechrecognition/index.html')
-rw-r--r--files/ru/web/api/speechrecognition/index.html2
1 files changed, 1 insertions, 1 deletions
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
<dt>{{domxref("SpeechRecognition.onresult")}}</dt>
<dd>Вызывается когда возвращает результат — слово или фраза были распознаны положительно, и это было передано обратно в приложение.</dd>
<dt>{{domxref("SpeechRecognition.onsoundstart")}}</dt>
- <dd>Вызывается при любом звуке — рапозназнаваемая речь или нет — будешь обнаружено.</dd>
+ <dd>Вызывается при обнаружении любого звука - не важно, распознана речь или нет.</dd>
<dt>{{domxref("SpeechRecognition.onsoundend")}}</dt>
<dd>Вызывается когда  любой звук — распознаваемая речь или нет — перестала распознаваться.</dd>
<dt>{{domxref("SpeechRecognition.onspeechstart")}}</dt>