Skip to content

Commit 19bb08e

Browse files
committed
Corrected lang identifier.
1 parent 188b74e commit 19bb08e

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
@@ -240,7 +240,7 @@ phraseList.addPhrase("Supercalifragilisticexpialidocious");
240240

241241
If you need to clear your phrase list:
242242

243-
```csharp
243+
```javascript
244244
phraseList.clear();
245245
```
246246

0 commit comments

Comments
 (0)