Skip to content

Commit 64391fe

Browse files
Rohan5commitcodex
andauthored
docs: fix built-in wording in migration guide (#3247)
Co-authored-by: Codex <codex@openai.com>
1 parent f4e4bf1 commit 64391fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/v4-to-v5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Keep Alive
66

7-
To better align with Node.js build-in [`net`](https://nodejs.org/api/net.html) and [`tls`](https://nodejs.org/api/tls.html) modules, the `keepAlive` option has been split into 2 options: `keepAlive` (`boolean`) and `keepAliveInitialDelay` (`number`). The defaults remain `true` and `5000`.
7+
To better align with Node.js built-in [`net`](https://nodejs.org/api/net.html) and [`tls`](https://nodejs.org/api/tls.html) modules, the `keepAlive` option has been split into 2 options: `keepAlive` (`boolean`) and `keepAliveInitialDelay` (`number`). The defaults remain `true` and `5000`.
88

99
### Legacy Mode
1010

0 commit comments

Comments
 (0)