You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by fa...@apache.org on 2022/06/09 09:30:32 UTC

[incubator-seatunnel] branch dev updated: docs error (#1996)

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/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 4900c343 docs error (#1996)
4900c343 is described below

commit 4900c343e05fe4f58e068d14db76b900243082f8
Author: Wanghuan <im...@126.com>
AuthorDate: Thu Jun 9 17:30:27 2022 +0800

    docs error (#1996)
    
    Co-authored-by: wanghuan2054 <49...@qq.com>
---
 docs/en/connector/source/Socket.mdx | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/docs/en/connector/source/Socket.mdx b/docs/en/connector/source/Socket.mdx
index 86d6fafe..797b4d0f 100644
--- a/docs/en/connector/source/Socket.mdx
+++ b/docs/en/connector/source/Socket.mdx
@@ -12,7 +12,7 @@ import TabItem from '@theme/TabItem';
 Engine Supported and plugin name
 
 * [x] Spark: SocketStream
-* [x] Flink: Socket
+* [x] Flink: SocketStream
 
 :::
 
@@ -81,8 +81,10 @@ Source plugin common parameters, please refer to [Source Plugin](common-options.
 <TabItem value="spark">
 
 ```bash
-socketStream {
-  port = 9999
+source {
+    SocketStream {
+      port = 9999
+    }
 }
 ```