Skip to content

Commit 592fa74

Browse files
authored
Merge pull request #111553 from LI-GUOJIE/patch-2
Update javascript.md
2 parents b3ed8f9 + 003a44b commit 592fa74

File tree

1 file changed

+2
-2
lines changed
  • articles/cognitive-services/Speech-Service/includes/quickstarts/text-to-speech-basics

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Follow these steps to create a Node.js console application for speech synthesis.
8888
Run your new console application to start speech synthesis to a file:
8989

9090
```console
91-
node.exe SpeechSynthesis.js
91+
node SpeechSynthesis.js
9292
```
9393

9494
> [!IMPORTANT]
@@ -112,4 +112,4 @@ This quickstart uses the `SpeakTextAsync` operation to synthesize a short block
112112

113113
## Clean up resources
114114

115-
[!INCLUDE [Delete resource](../../common/delete-resource.md)]
115+
[!INCLUDE [Delete resource](../../common/delete-resource.md)]

0 commit comments

Comments
 (0)