This is an automated email from the ASF dual-hosted git repository.
lidongdai 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 4db857abd9 [Hotfix][Connector-V2][StarRocks] Fix code style (#4966)
4db857abd9 is described below
commit 4db857abd9a3f273b5ec0f9028ea096d91807a77
Author: Tyrantlucifer <[email protected]>
AuthorDate: Sat Jun 24 17:34:22 2023 +0800
[Hotfix][Connector-V2][StarRocks] Fix code style (#4966)
---
docs/en/connector-v2/sink/StarRocks.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/en/connector-v2/sink/StarRocks.md
b/docs/en/connector-v2/sink/StarRocks.md
index 1bf9bc8e85..7c6491fb59 100644
--- a/docs/en/connector-v2/sink/StarRocks.md
+++ b/docs/en/connector-v2/sink/StarRocks.md
@@ -16,7 +16,7 @@ The internal implementation of StarRocks sink connector is
cached and imported b
| name | type | required | default value |
|-----------------------------|---------|----------|-----------------|
-| nodeUrls | list | yes | - |
+| nodeUrls | list | yes | - |
| base-url | string | yes | - |
| username | string | yes | - |
| password | string | yes | - |