From 57f89d425349a2278cc57c3cb8229db1daa0839f Mon Sep 17 00:00:00 2001 From: chandler_liu2000 Date: Wed, 18 Dec 2024 16:43:31 +0800 Subject: [PATCH] fix spelling error Signed-off-by: chandler_liu2000 --- docs/api_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api_en.md b/docs/api_en.md index b762560..d27a840 100644 --- a/docs/api_en.md +++ b/docs/api_en.md @@ -2639,7 +2639,7 @@ Request Parameters: | sender | yes | json | string | sender email | | smtp | yes | json | string | email smtp | | flag | yes | json | bool | switch flag | -| receiver | yes | json | array | reciever email list | +| receiver | yes | json | array | receiver email list | | password | yes | json | string | email password | | port | yes | json | string | email port | -- Gitee