You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ki...@apache.org on 2022/05/08 13:17:06 UTC

[incubator-seatunnel] branch dev updated: [hotfix][connector-sink-console][docs] Update example limit description (#1811)

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

kirs 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 139a0aac [hotfix][connector-sink-console][docs] Update example limit description (#1811)
139a0aac is described below

commit 139a0aacd52811902677ffd4ab80be6e13d29108
Author: mans2singh <ma...@users.noreply.github.com>
AuthorDate: Sun May 8 09:17:00 2022 -0400

    [hotfix][connector-sink-console][docs] Update example limit description (#1811)
---
 docs/en/connector/sink/Console.mdx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/connector/sink/Console.mdx b/docs/en/connector/sink/Console.mdx
index 8eaa8844..877df7fa 100644
--- a/docs/en/connector/sink/Console.mdx
+++ b/docs/en/connector/sink/Console.mdx
@@ -84,7 +84,7 @@ console {
 }
 ```
 
-> Output 10 pieces of data in Json format
+> Output 10 rows of data in Json format
 
 </TabItem>
 <TabItem value="flink">