Skip to content

Commit b36cf33

Browse files
authored
Apply suggestions from PR review
Fix indenting so that auto-numbering increments correctly.
1 parent d35d5ab commit b36cf33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/openai/includes/text-to-speech-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ Your app's _package.json_ file will be updated with the dependencies.
230230
231231
```
232232

233-
The import of `"openai/shims/node"` is necessary when running the code in a Node.js environment. It ensures that the output type of the `client.audio.speech.create` method is correctly set to `NodeJS.ReadableStream`.
233+
The import of `"openai/shims/node"` is necessary when running the code in a Node.js environment. It ensures that the output type of the `client.audio.speech.create` method is correctly set to `NodeJS.ReadableStream`.
234234

235235
1. Build the application with the following command:
236236

0 commit comments

Comments
 (0)