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/03/21 15:10:16 UTC

[incubator-seatunnel] branch dev updated: [hotfix][email][docs] - Updated limit explanation (#1525)

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 3f443c8  [hotfix][email][docs] - Updated limit explanation (#1525)
3f443c8 is described below

commit 3f443c8093ca22bd5ef5b554ad2bfd4a6dae9ce2
Author: mans2singh <ma...@users.noreply.github.com>
AuthorDate: Mon Mar 21 11:10:12 2022 -0400

    [hotfix][email][docs] - Updated limit explanation (#1525)
---
 docs/en/spark/configuration/sink-plugins/Email.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/spark/configuration/sink-plugins/Email.md b/docs/en/spark/configuration/sink-plugins/Email.md
index a11cde9..5176f20 100644
--- a/docs/en/spark/configuration/sink-plugins/Email.md
+++ b/docs/en/spark/configuration/sink-plugins/Email.md
@@ -64,7 +64,7 @@ The password of the email sender, the user name is the sender specified by `from
 
 ### limit [string]
 
-The number of data is limited, the default is `100000`
+The number of rows to include, the default is `100000`
 
 ## Examples