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

tangyun pushed a commit to branch release-1.19
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.19 by this push:
     new 0a85a08303c [FLINK-34622][docs] fix typo in execution_mode.md
0a85a08303c is described below

commit 0a85a08303ced5715437ead15ce60203c70aa58d
Author: Yu Chen <[email protected]>
AuthorDate: Fri Mar 8 14:47:28 2024 +0800

    [FLINK-34622][docs] fix typo in execution_mode.md
---
 docs/content.zh/docs/dev/datastream/execution_mode.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content.zh/docs/dev/datastream/execution_mode.md 
b/docs/content.zh/docs/dev/datastream/execution_mode.md
index df45f432b74..c5ea7cc67a4 100644
--- a/docs/content.zh/docs/dev/datastream/execution_mode.md
+++ b/docs/content.zh/docs/dev/datastream/execution_mode.md
@@ -49,7 +49,7 @@ Apache Flink 对流处理和批处理采取统一的处理方式,这意味着
 
 ## 配置批执行模式
 
-执行模式可以通过 `execute.runtime-mode` 设置来配置。有三种可选的值:
+执行模式可以通过 `execution.runtime-mode` 设置来配置。有三种可选的值:
 
  - `STREAMING`: 经典 DataStream 执行模式(默认)
  - `BATCH`: 在 DataStream API 上进行批量式执行

Reply via email to