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

danderson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 8f80131  [FLINK-21885] Fixed minor typo within batch execution criteria
8f80131 is described below

commit 8f80131e8b688bca7763d86eba1bfec27d4245cf
Author: Rion Williams <rionmons...@gmail.com>
AuthorDate: Fri Mar 19 16:25:53 2021 -0500

    [FLINK-21885] Fixed minor typo within batch execution criteria
---
 docs/content/docs/connectors/datastream/jdbc.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/docs/connectors/datastream/jdbc.md 
b/docs/content/docs/connectors/datastream/jdbc.md
index f4916af..b6e730c 100644
--- a/docs/content/docs/connectors/datastream/jdbc.md
+++ b/docs/content/docs/connectors/datastream/jdbc.md
@@ -76,7 +76,7 @@ JdbcExecutionOptions.builder()
 .build()
 ```
 
-A JDBC batch is executed as soon as one of the following condition is true:
+A JDBC batch is executed as soon as one of the following conditions is true:
 
 * the configured batch interval time is elapsed
 * the maximum batch size is reached 

Reply via email to