We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a65e28f commit 9cc6656Copy full SHA for 9cc6656
services/speech_to_text/v1.js
@@ -373,7 +373,7 @@ module.exports = function (RED) {
373
});
374
}
375
376
- function processSTTSocketStart(initialConnnect) {
+ function processSTTSocketStart(initialConnect) {
377
var p = new Promise(function resolver(resolve, reject) {
378
var model = config.lang + '_' + config.band;
379
var wsURI = '';
0 commit comments