Skip to content

Commit 3c4f54c

Browse files
committed
Corrected lang ids
1 parent 0afe034 commit 3c4f54c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ Additionally, depending on the target environment use one of the following:
2121

2222
# [import](#tab/import)
2323

24-
```javascriptscript
24+
```javascript
2525
import * as sdk from "microsoft-cognitiveservices-speech-sdk";
2626
```
2727

2828
For more information on `import`, see <a href="https://javascript.info/import-export" target="_blank">export and import <span class="docon docon-navigate-external x-hidden-focus"></span></a>.
2929

3030
# [require](#tab/require)
3131

32-
```javascriptscript
32+
```javascript
3333
const sdk = require("microsoft-cognitiveservices-speech-sdk");
3434
```
3535

0 commit comments

Comments
 (0)