From 980fe00a74a9ad013b945755415ace2e5429c3c2 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Wed, 27 Oct 2021 02:31:24 +0300 Subject: [RU] Remove notranslate (#2874) --- files/ru/web/api/web_speech_api/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/ru/web/api/web_speech_api') diff --git a/files/ru/web/api/web_speech_api/index.html b/files/ru/web/api/web_speech_api/index.html index 97a8fc847a..dd8a96da5a 100644 --- a/files/ru/web/api/web_speech_api/index.html +++ b/files/ru/web/api/web_speech_api/index.html @@ -85,7 +85,7 @@ translation_of: Web/API/Web_Speech_API

To use speech recognition in an app, you need to specify the following permissions in your manifest:

-
"permissions": {
+
"permissions": {
   "audio-capture" : {
     "description" : "Audio capture"
   },
@@ -96,7 +96,7 @@ translation_of: Web/API/Web_Speech_API
 
 

You also need a privileged app, so you need to include this as well:

-
  "type": "privileged"
+
  "type": "privileged"

Speech synthesis needs no permissions to be set.

-- cgit v1.2.3-54-g00ecf