diff --git a/docs/v4-to-v5.md b/docs/v4-to-v5.md index fbe02e7c4d..3ec290ab66 100644 --- a/docs/v4-to-v5.md +++ b/docs/v4-to-v5.md @@ -4,7 +4,7 @@ ### Keep Alive -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`. +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`. ### Legacy Mode