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/13 08:56:22 UTC

[incubator-seatunnel-website] branch main updated: fix a comment error in Fake.mdx (#127)

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

fanjia pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 2e2b4708b fix a comment error in Fake.mdx (#127)
2e2b4708b is described below

commit 2e2b4708bfabf27010beeb57e3a3af6577111314
Author: Jared Li <lh...@gmail.com>
AuthorDate: Mon Jun 13 16:56:17 2022 +0800

    fix a comment error in Fake.mdx (#127)
    
    FakeSource and FakeSourceStream comment are mismatch
---
 versioned_docs/version-2.1.1/connector/source/Fake.mdx | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/versioned_docs/version-2.1.1/connector/source/Fake.mdx b/versioned_docs/version-2.1.1/connector/source/Fake.mdx
index 7d9634840..0c6a45de3 100644
--- a/versioned_docs/version-2.1.1/connector/source/Fake.mdx
+++ b/versioned_docs/version-2.1.1/connector/source/Fake.mdx
@@ -109,7 +109,7 @@ The generated data is as follows, randomly extract the string from the `content`
 </TabItem>
 <TabItem value="flink">
 
-### FakeSource
+### FakeSourceStream
 
 ```bash
 source {
@@ -120,7 +120,7 @@ source {
 }
 ```
 
-### FakeSourceStream
+### FakeSource
 
 ```bash
 source {
@@ -132,4 +132,4 @@ source {
 ```
 
 </TabItem>
-</Tabs>
\ No newline at end of file
+</Tabs>