aljoscha commented on a change in pull request #12809:
URL: https://github.com/apache/flink/pull/12809#discussion_r449198316
##########
File path: docs/release-notes/flink-1.11.md
##########
@@ -29,6 +29,17 @@ these notes carefully if you are planning to upgrade your
Flink version to 1.11.
{:toc}
### Clusters & Deployment
+#### Support for Application Mode
([FLIP-85](https://cwiki.apache.org/confluence/display/FLINK/FLIP-85+Flink+Application+Mode))
+The user can now submit applications and choose to execute their `main()` on
the cluster rather than the client.
Review comment:
```suggestion
The user can now submit applications and choose to execute their `main()`
method on the cluster rather than the client.
```
##########
File path: docs/release-notes/flink-1.11.zh.md
##########
@@ -29,6 +29,17 @@ these notes carefully if you are planning to upgrade your
Flink version to 1.11.
{:toc}
### Clusters & Deployment
+#### Support for Application Mode
([FLIP-85](https://cwiki.apache.org/confluence/display/FLINK/FLIP-85+Flink+Application+Mode))
+The user can now submit applications and choose to execute their `main()` on
the cluster rather than the client.
Review comment:
```suggestion
The user can now submit applications and choose to execute their `main()`
method on the cluster rather than the client.
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]