From acedab39e008f62e081e7dd0377bd05cd40ea3ce Mon Sep 17 00:00:00 2001 From: hcl Date: Thu, 8 Jan 2026 11:40:58 +0800 Subject: [PATCH] Fix typo in SMTP endpoint section doc --- docs/reference/endpoints/smtp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/endpoints/smtp.md b/docs/reference/endpoints/smtp.md index 4dfa723a..16f7eea0 100644 --- a/docs/reference/endpoints/smtp.md +++ b/docs/reference/endpoints/smtp.md @@ -25,7 +25,7 @@ smtp tcp://0.0.0.0:25 { endpoint concurrency 500 } - # Example pipeline ocnfiguration. + # Example pipeline configuration. destination example.org { deliver_to &local_mailboxes }