From fdddb1a9f1bc617d0b460879eac1f193a8ccb301 Mon Sep 17 00:00:00 2001 From: Bruno Bernardino Date: Sat, 20 Dec 2025 11:48:43 +0000 Subject: [PATCH] Clarify comment --- lib/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/types.ts b/lib/types.ts index 9f00767..9b95a74 100644 --- a/lib/types.ts +++ b/lib/types.ts @@ -208,7 +208,7 @@ export interface Config { port: number; /** “auto” means “immediate” on port 465, “starttls” otherwise; `null` is legacy behaviour that will be removed in v4: on port 465 it also means “immediate”, otherwise it will use opportunistic StartTLS falling back to plain transmission */ tlsMode: null | "auto" | "immediate" | "starttls" | "none"; - /** Whether to verify the TLS certificate, if a string is used the hostname will be verified using that name */ + /** Whether to verify the TLS certificate. If a string is used the hostname will be verified using that name. */ tlsVerify: boolean | string; }; contacts: {