Skip to content

Commit b01b609

Browse files
committed
format
1 parent ac217c7 commit b01b609

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/quickstart/server.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ Writing to stdout will corrupt the JSON-RPC messages and break your server.
402402
console.log("Server started");
403403

404404
// ✅ Good (STDIO)
405-
console.error("Server started"); // stderr is safe
405+
console.error("Server started"); // stderr is safe
406406
```
407407

408408
### System requirements
@@ -875,7 +875,7 @@ Writing to stdout will corrupt the JSON-RPC messages and break your server.
875875

876876
### Best Practices
877877

878-
1. Use a logging library that writes to stderr or files.
878+
1. Use a logging library that writes to stderr or files.
879879
2. Ensure any configured logging library will not write to STDOUT
880880

881881
### System requirements

0 commit comments

Comments
 (0)