Skip to content

Commit c519280

Browse files
Merge pull request #6087 from eric-urban/patch-1
Update typescript.md
2 parents 019da1b + 428c292 commit c519280

File tree

1 file changed

+1
-1
lines changed
  • articles/ai-services/speech-service/includes/quickstarts/speech-to-text-basics

1 file changed

+1
-1
lines changed

articles/ai-services/speech-service/includes/quickstarts/speech-to-text-basics/typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ To transcribe speech from a file:
125125
1. Transpile from TypeScript to JavaScript.
126126
127127
```shell
128-
npx tsc --noEmit
128+
tsc
129129
```
130130
131131
This command should produce no output if successful.

0 commit comments

Comments
 (0)