Skip to content

Commit aad886a

Browse files
author
Trevor Bye
committed
typo
1 parent bf7e575 commit aad886a

File tree

1 file changed

+1
-1
lines changed
  • articles/cognitive-services/Speech-Service/includes/quickstarts/from-file/javascript

1 file changed

+1
-1
lines changed

articles/cognitive-services/Speech-Service/includes/quickstarts/from-file/javascript/nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Be sure to fill in your values for `subscriptionKey`, `servcieRegion`, and `file
4242
```
4343
## Load the file into an PushAudioInputStream
4444

45-
For NodeJS the Speech SDK doesn't natively support file access directly, so we'll load the file and put into into a `PushAudioInputStream`. This will work well for smaller files, but for a larger one using a `PullAudioInputStream` would be more memory effecient.
45+
For NodeJS the Speech SDK doesn't natively support file access directly, so we'll load the file and put into into a `PushAudioInputStream`. This will work well for smaller files, but for a larger one using a `PullAudioInputStream` would be more memory efficient.
4646

4747
```JavaScript
4848
// create the push stream we need for the speech sdk.

0 commit comments

Comments
 (0)