Skip to content

Commit 788a26a

Browse files
crwilcoxJustinBeckwith
authored andcommitted
fix typo in sample (#203)
1 parent 3c0ffed commit 788a26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)