Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

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 JustinBeckwith committed Jun 13, 2019
1 parent da6b1f2 commit 9afe714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/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 9afe714

Please sign in to comment.