Skip to content

Commit 3d58118

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#81872
Fix the typo
1 parent 682568d commit 3d58118

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)