Skip to content

Commit 5ed70d4

Browse files
authored
Merge pull request #174922 from YutongTie-MSFT/patch-148
(AzureCXP) fixes MicrosoftDocs/azure-docs#81872
2 parents f30dfb5 + 3d58118 commit 5ed70d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/Speech-Service/includes/how-to/speech-to-text-basics/speech-to-text-basics-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ With everything set up, call [`startContinuousRecognitionAsync`](/javascript/api
197197
recognizer.startContinuousRecognitionAsync();
198198

199199
// make the following call at some point to stop recognition.
200-
// recognizer.StopContinuousRecognitionAsync();
200+
// recognizer.stopContinuousRecognitionAsync();
201201
```
202202

203203
### Dictation mode

0 commit comments

Comments
 (0)