We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d52a66 commit fcb5d38Copy full SHA for fcb5d38
media-translation/quickstart.js
@@ -39,7 +39,7 @@ function main(filename, encoding, sourceLanguage, targetLanguage) {
39
// const filename = 'Local path to audio file, e.g. /path/to/audio.raw';
40
// const encoding = 'Encoding of the audio file, e.g. LINEAR16';
41
// const sourceLanguage = 'BCP-47 source language code, e.g. en-US';
42
- // const targetLangauge = 'BCP-47 target language code, e.g. es-ES';
+ // const targetLanguage = 'BCP-47 target language code, e.g. es-ES';
43
44
const config = {
45
audioConfig: {
0 commit comments