From 2d52a661eb8ddeccf1fe7c0bc55c1237acd6994c Mon Sep 17 00:00:00 2001 From: Eric Schmidt Date: Fri, 18 Jun 2021 13:07:24 -0700 Subject: [PATCH] samples: fixes a typo (#154) --- media-translation/translate_from_file.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-translation/translate_from_file.js b/media-translation/translate_from_file.js index f8c9af9137..472ff82f30 100644 --- a/media-translation/translate_from_file.js +++ b/media-translation/translate_from_file.js @@ -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: {