Skip to content

Commit 902fe61

Browse files
Update src/content/docs/ai-gateway/observability/logpush.mdx
Co-authored-by: Jun Lee <[email protected]>
1 parent c7b61ef commit 902fe61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/ai-gateway/observability/logpush.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ lineReader.on("line", (line) => {
114114
});
115115
```
116116

117-
Run the script by executing the code below on your terminal. Where `file name` is the name of your JavaScript file.
117+
Run the script by executing the below code on your terminal. Replace `file name` with the name of your JavaScript file.
118118

119119
```bash
120120
node {file name}

0 commit comments

Comments
 (0)