Skip to content

Commit ce58db0

Browse files
committed
typo [ci skip]
1 parent 18a5f31 commit ce58db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ See speech-to-text/recognize-stream.js for other options.
123123
* `.promise()`: returns a promise that will resolve to the final text.
124124
Note that you must either set `continuous: false` or call `.stop()` on the stream to make the promise resolve in a timely manner.
125125

126-
* `.stop()`: stops the stream. No more data will be sent, but the stream may still recieve additional results with the transcription of already-sent audio.
126+
* `.stop()`: stops the stream. No more data will be sent, but the stream may still receive additional results with the transcription of already-sent audio.
127127
Standard `close` event will fire once the underlying websocket is closed and `end` once all of the data is consumed.
128128

129129
#### Events

0 commit comments

Comments
 (0)