From 374aa78b842f5623f239578e239179293fe704f5 Mon Sep 17 00:00:00 2001 From: Daijiro Wachi Date: Wed, 20 May 2026 20:15:02 +0900 Subject: [PATCH] doc: fix "options" to "option" in tls.createServer Signed-off-by: Daijiro Wachi --- doc/api/tls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: