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

fanjia 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 266778970b [Doc][Connector-V2] StarRocks `nodeUrls` property name fix 
(#4951)
266778970b is described below

commit 266778970b63c590653bed61dc357cebb003398d
Author: DismalSnail <[email protected]>
AuthorDate: Wed Jun 21 22:01:03 2023 +0800

    [Doc][Connector-V2] StarRocks `nodeUrls` property name fix (#4951)
    
    node_urls -> nodeUrls
    node_urls doesn't work
---
 docs/en/connector-v2/sink/StarRocks.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/connector-v2/sink/StarRocks.md 
b/docs/en/connector-v2/sink/StarRocks.md
index c7a0ceb3cc..1bf9bc8e85 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  |
 |-----------------------------|---------|----------|-----------------|
-| node_urls                   | list    | yes      | -               |
+| nodeUrls                   | list    | yes      | -               |
 | base-url                    | string  | yes      | -               |
 | username                    | string  | yes      | -               |
 | password                    | string  | yes      | -               |
@@ -33,7 +33,7 @@ The internal implementation of StarRocks sink connector is 
cached and imported b
 | save_mode_create_template   | string  | no       | see below       |
 | starrocks.config            | map     | no       | -               |
 
-### node_urls [list]
+### nodeUrls [list]
 
 `StarRocks` cluster address, the format is `["fe_ip:fe_http_port", ...]`
 

Reply via email to