Skip to content

Commit

Permalink
samples: fixes a typo (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
telpirion authored and kweinmeister committed Nov 8, 2022
1 parent 4d238b0 commit 4f59415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media-translation/translate_from_file.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function main(filename, encoding, sourceLanguage, targetLanguage) {
// const filename = 'Local path to audio file, e.g. /path/to/audio.raw';
// const encoding = 'Encoding of the audio file, e.g. LINEAR16';
// const sourceLanguage = 'BCP-47 source language code, e.g. en-US';
// const targetLangauge = 'BCP-47 target language code, e.g. es-ES';
// const targetLanguage = 'BCP-47 target language code, e.g. es-ES';

const config = {
audioConfig: {
Expand Down

0 comments on commit 4f59415

Please sign in to comment.