We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7b61ef commit 902fe61Copy full SHA for 902fe61
src/content/docs/ai-gateway/observability/logpush.mdx
@@ -114,7 +114,7 @@ lineReader.on("line", (line) => {
114
});
115
```
116
117
-Run the script by executing the code below on your terminal. Where `file name` is the name of your JavaScript file.
+Run the script by executing the below code on your terminal. Replace `file name` with the name of your JavaScript file.
118
119
```bash
120
node {file name}
0 commit comments