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:
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.
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. ↩
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:
In this step, we check if a contribution folllows the agreed upon approach from the previous discussion in Jira or the mailing lists.
+In this step, we check if a contribution follows the agreed upon approach from the previous discussion in Jira or the mailing lists.
This question should be answerable from the Pull Request description (or the linked Jira) as much as possible.
diff --git a/content/gettinghelp.html b/content/gettinghelp.html index 8af8eafb0c..fc4833df2f 100644 --- a/content/gettinghelp.html +++ b/content/gettinghelp.html @@ -200,7 +200,7 @@The Apache Flink community answers many user questions every day. You can search for answers and advice in the archives or reach out to the community for help and guidance.
@@ -252,7 +252,7 @@If you observe an unexpected behavior that might be caused by a bug, you can search for reported bugs or file a bug report in Flink’s JIRA.
-If you are unsure whether the unexpected behavior happend due to a bug or not, please post a question to the user mailing list.
+If you are unsure whether the unexpected behavior happened due to a bug or not, please post a question to the user mailing list.
Reactive Scaling lets Flink applications change their parallelism in response to growing and shrinking -worker pools, and makes Flink compatibel with standard auto-scalers: +worker pools, and makes Flink compatible with standard auto-scalers: FLIP-159