Skip to content

Commit

Permalink
docs(samples): fix infinite streaming example typo (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
asnowwolf authored and Ace Nassri committed Nov 17, 2022
1 parent 5e74543 commit 79f2da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speech/infiniteStreaming.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ require(`yargs`)
type: 'number',
},
})
.example(`node $0 infinteStream`)
.example(`node $0 infiniteStream`)
.wrap(120)
.recommendCommands()
.epilogue(`For more information, see https://cloud.google.com/speech/docs`)
Expand Down

0 comments on commit 79f2da5

Please sign in to comment.