This is an automated email from the ASF dual-hosted git repository.
tangyun pushed a commit to branch release-1.18
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.18 by this push:
new ff256ef85f4 [FLINK-34622][docs] fix typo in execution_mode.md
ff256ef85f4 is described below
commit ff256ef85f4edf4e86ce2bd73e4bdef8b7e07fbb
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 a69024b5706..0fdf9675793 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 上进行批量式执行