Skip to content

Commit 9962615

Browse files
gguussAce Nassri
authored and
Ace Nassri
committed
Fixes typo (#377)
1 parent a8cdcec commit 9962615

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

speech/recognize.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ function asyncRecognize (filename, encoding, sampleRateHertz, languageCode) {
132132
speech.startRecognition(filename, request)
133133
.then((results) => {
134134
const operation = results[0];
135-
// Get a Promise represention of the final result of the job
135+
// Get a Promise representation of the final result of the job
136136
return operation.promise();
137137
})
138138
.then((results) => {
@@ -176,7 +176,7 @@ function asyncRecognizeGCS (gcsUri, encoding, sampleRateHertz, languageCode) {
176176
speech.startRecognition(gcsUri, request)
177177
.then((results) => {
178178
const operation = results[0];
179-
// Get a Promise represention of the final result of the job
179+
// Get a Promise representation of the final result of the job
180180
return operation.promise();
181181
})
182182
.then((results) => {

0 commit comments

Comments
 (0)