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

jingge 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 edc3d68736d [hotfix][doc] two modes instead of three
edc3d68736d is described below

commit edc3d68736de73665440f4313ddcfd9142d8d42b
Author: jingge <[email protected]>
AuthorDate: Fri Mar 14 18:25:26 2025 +0100

    [hotfix][doc] two modes instead of three
---
 docs/content.zh/docs/deployment/overview.md | 6 +++---
 docs/content/docs/deployment/overview.md    | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/content.zh/docs/deployment/overview.md 
b/docs/content.zh/docs/deployment/overview.md
index e3d5e0168e9..cc5584b2aee 100644
--- a/docs/content.zh/docs/deployment/overview.md
+++ b/docs/content.zh/docs/deployment/overview.md
@@ -170,9 +170,9 @@ covered by 
[FLINK-26606](https://issues.apache.org/jira/browse/FLINK-26606).
 
 ## Deployment Modes
 
-Flink can execute applications in one of three ways:
-- in Application Mode,
-- in Session Mode.
+Flink can execute applications in two modes:
+- Application Mode,
+- Session Mode.
 
  The above modes differ in:
  - the cluster lifecycle and resource isolation guarantees
diff --git a/docs/content/docs/deployment/overview.md 
b/docs/content/docs/deployment/overview.md
index 79e22a25c9b..8ed33731717 100644
--- a/docs/content/docs/deployment/overview.md
+++ b/docs/content/docs/deployment/overview.md
@@ -171,9 +171,9 @@ covered by 
[FLINK-26606](https://issues.apache.org/jira/browse/FLINK-26606).
 
 ## Deployment Modes
 
-Flink can execute applications in one of three ways:
-- in Application Mode,
-- in Session Mode,
+Flink can execute applications in two modes:
+- Application Mode,
+- Session Mode.
 
  The above modes differ in:
  - the cluster lifecycle and resource isolation guarantees

Reply via email to