Skip to content

Commit 91cd757

Browse files
author
Darren Cohen
committed
And another fix
1 parent aef4519 commit 91cd757

File tree

1 file changed

+1
-1
lines changed
  • articles/cognitive-services/Speech-Service/includes/quickstarts/speech-translation-basics

1 file changed

+1
-1
lines changed

articles/cognitive-services/Speech-Service/includes/quickstarts/speech-translation-basics/javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ speechTranslationConfig.speechRecognitionLanguage = "en-US";
124124
speechTranslationConfig.addTargetLanguage("de");
125125
```
126126

127-
### single-shot recognition
127+
### Single-shot recognition
128128

129129
Here's an example of asynchronous single-shot translation via [`recognizeOnceAsync`](/javascript/api/microsoft-cognitiveservices-speech-sdk/translationrecognizer#recognizeonceasync):
130130

0 commit comments

Comments
 (0)