Skip to content

Commit ef5f764

Browse files
authored
Fix typo in batch-transcription.md
1 parent 9a07caf commit ef5f764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/Speech-Service/batch-transcription.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Configuration parameters are provided as JSON:
6060
{
6161
"recordingsUrl": "<URL to the Azure blob to transcribe>",
6262
"models": [{"Id":"<optional acoustic model ID>"},{"Id":"<optional language model ID>"}],
63-
"locale": "<locale to us, for example en-US>",
63+
"locale": "<locale to use, for example en-US>",
6464
"name": "<user defined name of the transcription batch>",
6565
"description": "<optional description of the transcription>",
6666
"properties": {

0 commit comments

Comments
 (0)