This is an automated email from the ASF dual-hosted git repository.

liugddx pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 1d7f44516c [Docs][HotFix] Replace username by user in the options 
description of FtpFile (#5421)
1d7f44516c is described below

commit 1d7f44516c3b86f45b9de9d434e21924177b4024
Author: Chengyu Yan <[email protected]>
AuthorDate: Tue Sep 5 10:15:24 2023 +0800

    [Docs][HotFix] Replace username by user in the options description of 
FtpFile (#5421)
---
 docs/en/connector-v2/source/FtpFile.md | 4 ++--
 release-note.md                        | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/en/connector-v2/source/FtpFile.md 
b/docs/en/connector-v2/source/FtpFile.md
index c692a7483a..c9fb8e70cd 100644
--- a/docs/en/connector-v2/source/FtpFile.md
+++ b/docs/en/connector-v2/source/FtpFile.md
@@ -58,9 +58,9 @@ The target ftp host is required
 
 The target ftp port is required
 
-### username [string]
+### user [string]
 
-The target ftp username is required
+The target ftp user name is required
 
 ### password [string]
 
diff --git a/release-note.md b/release-note.md
index eb1624b158..1b797ff315 100644
--- a/release-note.md
+++ b/release-note.md
@@ -195,3 +195,4 @@
 - [Docs] Redshift add defaultRowFetchSize (#4616)
 - [Docs] Refactor connector-v2 docs using unified format Mysql (#4590)
 - [Docs] Add Value types in Java to Schema features (#5087)
+- [Docs] Replace username by user in the options of FtpFile (#5421)
\ No newline at end of file

Reply via email to