From 66879358dc9aab2ffa955d5435961e0e857f008c Mon Sep 17 00:00:00 2001 From: Christopher Wilcox Date: Mon, 15 Oct 2018 08:51:42 -0700 Subject: [PATCH] fix typo in sample (#203) --- speech/recognize.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/speech/recognize.js b/speech/recognize.js index 875f1a1081..7f14b43289 100644 --- a/speech/recognize.js +++ b/speech/recognize.js @@ -243,7 +243,7 @@ function asyncRecognizeGCS(gcsUri, encoding, sampleRateHertz, languageCode) { * TODO(developer): Uncomment the following lines before running the sample. */ // const gcsUri = 'gs://my-bucket/audio.raw'; - // const encoding = 'Eencoding of the audio file, e.g. LINEAR16'; + // const encoding = 'Encoding of the audio file, e.g. LINEAR16'; // const sampleRateHertz = 16000; // const languageCode = 'BCP-47 language code, e.g. en-US';