You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by je...@apache.org on 2022/04/27 21:30:27 UTC

[airflow] branch main updated: Fix typos in README.md and airflow_doc_issue_report.yml (#23294)

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

jedcunningham pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new c26796e31a Fix typos in README.md and airflow_doc_issue_report.yml (#23294)
c26796e31a is described below

commit c26796e31a9543cd8b45b50264128ac17455002c
Author: TreyYi <ct...@gmail.com>
AuthorDate: Thu Apr 28 06:30:12 2022 +0900

    Fix typos in README.md and airflow_doc_issue_report.yml (#23294)
---
 .github/ISSUE_TEMPLATE/airflow_doc_issue_report.yml | 2 +-
 README.md                                           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/airflow_doc_issue_report.yml b/.github/ISSUE_TEMPLATE/airflow_doc_issue_report.yml
index c32fd9c917..0977e98221 100644
--- a/.github/ISSUE_TEMPLATE/airflow_doc_issue_report.yml
+++ b/.github/ISSUE_TEMPLATE/airflow_doc_issue_report.yml
@@ -14,7 +14,7 @@ body:
 
         Note, you do not need to create an issue if you have a change ready to submit!
 
-        You can open a [pull eequest](https://github.com/apache/airflow/pulls) immediately instead.
+        You can open a [pull request](https://github.com/apache/airflow/pulls) immediately instead.
         <br clear='left'/>"
       # yamllint enable rule:line-length
   - type: textarea
diff --git a/README.md b/README.md
index b44b227131..f5fb1b402f 100644
--- a/README.md
+++ b/README.md
@@ -296,7 +296,7 @@ They are based on the official release schedule of Python and Kubernetes, nicely
 1. We drop support for Python and Kubernetes versions when they reach EOL. Except for kubernetes, a
    version stay supported by Airflow if two major cloud provider still provide support for it. We drop
    support for those EOL versions in main right after EOL date, and it is effectively removed when we release
-   the first new MINOR (Or MAJOR if there is no new MINOR version) of Airflow For example, for Python 3.7 it
+   the first new MINOR (Or MAJOR if there is no new MINOR version) of Airflow. For example, for Python 3.7 it
    means that we will drop support in main right after 27.06.2023, and the first MAJOR or MINOR version of
    Airflow released after will not have it.