diff --git a/doc/api/tls.md b/doc/api/tls.md index 6229c7a79faed4..94db2dea67b2f1 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -1025,8 +1025,8 @@ changes: * `options` {Object} * `handshakeTimeout` {number} Abort the connection if the SSL/TLS handshake does not finish in the specified number of milliseconds. Defaults to `120` - seconds. A `'clientError'` is emitted on the `tls.Server` object whenever a - handshake times out. + seconds. A `'tlsClientError'` is emitted on the `tls.Server` object whenever + a handshake times out. * `requestCert` {boolean} If `true` the server will request a certificate from clients that connect and attempt to verify that certificate. Defaults to `false`.