diff --git a/doc/api/tls.md b/doc/api/tls.md index dc4719d391d003..d96792a4561e56 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -2199,7 +2199,7 @@ changes: Creates a new [`tls.Server`][]. The `secureConnectionListener`, if provided, is automatically set as a listener for the [`'secureConnection'`][] event. -The `ticketKeys` options is automatically shared between `node:cluster` module +The `ticketKeys` option is automatically shared between `node:cluster` module workers. The following illustrates a simple echo server: