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 Jun 18, 2021
1 parent 850a88f commit 2d52a66
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 2d52a66

Please sign in to comment.