Skip to content

Commit 6687935

Browse files
crwilcoxAce Nassri
authored andcommitted
fix typo in sample (#203)
1 parent cc47d0d commit 6687935

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

speech/recognize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ function asyncRecognizeGCS(gcsUri, encoding, sampleRateHertz, languageCode) {
243243
* TODO(developer): Uncomment the following lines before running the sample.
244244
*/
245245
// const gcsUri = 'gs://my-bucket/audio.raw';
246-
// const encoding = 'Eencoding of the audio file, e.g. LINEAR16';
246+
// const encoding = 'Encoding of the audio file, e.g. LINEAR16';
247247
// const sampleRateHertz = 16000;
248248
// const languageCode = 'BCP-47 language code, e.g. en-US';
249249

0 commit comments

Comments
 (0)