diff --git a/_posts/2021-04-29-release-1.12.3.md b/_posts/2021-04-29-release-1.12.3.md index 53eb745b24..8770b8e8e0 100644 --- a/_posts/2021-04-29-release-1.12.3.md +++ b/_posts/2021-04-29-release-1.12.3.md @@ -77,7 +77,7 @@ List of resolved issues:
  • [FLINK-21431] - UpsertKafkaTableITCase.testTemporalJoin hang
  • -
  • [FLINK-21434] - When UDAF return ROW type, and the number of fields is more than 14, the crash happend +
  • [FLINK-21434] - When UDAF return ROW type, and the number of fields is more than 14, the crash happened
  • [FLINK-21497] - JobLeaderIdService completes leader future despite no leader being elected
  • diff --git a/community.md b/community.md index fbf9fa999e..a860303be1 100644 --- a/community.md +++ b/community.md @@ -149,7 +149,7 @@ If you send us an email with a code snippet, make sure that: Committers are watching [Stack Overflow](http://stackoverflow.com/questions/tagged/apache-flink) for the [apache-flink](http://stackoverflow.com/questions/tagged/apache-flink) tag. -Make sure to tag your questions there accordingly to get answers from the Flink community. +Make sure to tag your questions accordingly to get answers from the Flink community. ## Issue Tracker diff --git a/content/blog/feed.xml b/content/blog/feed.xml index 5bec2a8070..c5da64d935 100644 --- a/content/blog/feed.xml +++ b/content/blog/feed.xml @@ -3409,7 +3409,7 @@ zhushang, zhuxiaoshang, Zhu Zhu, zjuwangg, zoucao, zoudan, 左元, 星, 肖佳 </li> <li>[<a href="https://issues.apache.org/jira/browse/FLINK-21431">FLINK-21431</a>] - UpsertKafkaTableITCase.testTemporalJoin hang </li> -<li>[<a href="https://issues.apache.org/jira/browse/FLINK-21434">FLINK-21434</a>] - When UDAF return ROW type, and the number of fields is more than 14, the crash happend +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-21434">FLINK-21434</a>] - When UDAF return ROW type, and the number of fields is more than 14, the crash happened </li> <li>[<a href="https://issues.apache.org/jira/browse/FLINK-21497">FLINK-21497</a>] - JobLeaderIdService completes leader future despite no leader being elected </li> diff --git a/content/community.html b/content/community.html index e9b1c8bd17..e6d37b467c 100644 --- a/content/community.html +++ b/content/community.html @@ -375,7 +375,7 @@

    Stack Overflow

    Committers are watching Stack Overflow for the apache-flink tag.

    -

    Make sure to tag your questions there accordingly to get answers from the Flink community.

    +

    Make sure to tag your questions accordingly to get answers from the Flink community.

    Issue Tracker

    diff --git a/content/contributing/code-style-and-quality-components.html b/content/contributing/code-style-and-quality-components.html index b7a24ac1e2..7f9f742e48 100644 --- a/content/contributing/code-style-and-quality-components.html +++ b/content/contributing/code-style-and-quality-components.html @@ -403,7 +403,7 @@

    Compatibility

    diff --git a/content/contributing/code-style-and-quality-preamble.html b/content/contributing/code-style-and-quality-preamble.html index 1234a051ab..80a2a15bca 100644 --- a/content/contributing/code-style-and-quality-preamble.html +++ b/content/contributing/code-style-and-quality-preamble.html @@ -276,7 +276,7 @@

    Apache Flink Code Style and Quality Guide — Preamble

    1. -

      In earlier days, we (the Flink community) did not always pay sufficient attention to this, making some components of Flink harder to evolve and to contribute to.

      +

      In earlier days, we (the Flink community) did not always pay sufficient attention to this, making some components of Flink harder to evolve and contribute to.

    diff --git a/content/contributing/docs-style.html b/content/contributing/docs-style.html index 950946f5d7..80e1ba26ce 100644 --- a/content/contributing/docs-style.html +++ b/content/contributing/docs-style.html @@ -711,7 +711,7 @@

    Code

  • Commands in code blocks. Commands can be documented using bash syntax highlighted code blocks. The following items should be considered when adding -commands to the docummentation:

    +commands to the documentation: