Skip to content

Commit fcb5d38

Browse files
samples: another typo in comments (#155)
* fix: another typo in comments * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/master/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 2d52a66 commit fcb5d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

media-translation/quickstart.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function main(filename, encoding, sourceLanguage, targetLanguage) {
3939
// const filename = 'Local path to audio file, e.g. /path/to/audio.raw';
4040
// const encoding = 'Encoding of the audio file, e.g. LINEAR16';
4141
// const sourceLanguage = 'BCP-47 source language code, e.g. en-US';
42-
// const targetLangauge = 'BCP-47 target language code, e.g. es-ES';
42+
// const targetLanguage = 'BCP-47 target language code, e.g. es-ES';
4343

4444
const config = {
4545
audioConfig: {

0 commit comments

Comments
 (0)