You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by xd...@apache.org on 2020/12/30 08:05:41 UTC

[airflow] branch master updated: Fix Grammar in PIP warning (#13380)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 295d66f  Fix Grammar in PIP warning (#13380)
295d66f is described below

commit 295d66f91446a69610576d040ba687b38f1c5d0a
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Wed Dec 30 08:05:19 2020 +0000

    Fix Grammar in PIP warning (#13380)
    
    `might leads to errors` -> `might lead to errors`
---
 CONTRIBUTING.rst                                         | 4 ++--
 IMAGES.rst                                               | 2 +-
 INSTALL                                                  | 2 +-
 LOCAL_VIRTUALENV.rst                                     | 4 ++--
 README.md                                                | 2 +-
 UPDATING.md                                              | 2 +-
 airflow/providers/amazon/README.md                       | 2 +-
 airflow/providers/apache/cassandra/README.md             | 2 +-
 airflow/providers/apache/druid/README.md                 | 2 +-
 airflow/providers/apache/hdfs/README.md                  | 2 +-
 airflow/providers/apache/hive/README.md                  | 2 +-
 airflow/providers/apache/kylin/README.md                 | 2 +-
 airflow/providers/apache/livy/README.md                  | 2 +-
 airflow/providers/apache/pig/README.md                   | 2 +-
 airflow/providers/apache/pinot/README.md                 | 2 +-
 airflow/providers/apache/spark/README.md                 | 2 +-
 airflow/providers/apache/sqoop/README.md                 | 2 +-
 airflow/providers/celery/README.md                       | 2 +-
 airflow/providers/cloudant/README.md                     | 2 +-
 airflow/providers/cncf/kubernetes/README.md              | 2 +-
 airflow/providers/databricks/README.md                   | 2 +-
 airflow/providers/datadog/README.md                      | 2 +-
 airflow/providers/dingding/README.md                     | 2 +-
 airflow/providers/discord/README.md                      | 2 +-
 airflow/providers/docker/README.md                       | 2 +-
 airflow/providers/elasticsearch/README.md                | 2 +-
 airflow/providers/exasol/README.md                       | 2 +-
 airflow/providers/facebook/README.md                     | 2 +-
 airflow/providers/ftp/README.md                          | 2 +-
 airflow/providers/google/README.md                       | 2 +-
 airflow/providers/grpc/README.md                         | 2 +-
 airflow/providers/hashicorp/README.md                    | 2 +-
 airflow/providers/http/README.md                         | 2 +-
 airflow/providers/imap/README.md                         | 2 +-
 airflow/providers/jdbc/README.md                         | 2 +-
 airflow/providers/jenkins/README.md                      | 2 +-
 airflow/providers/jira/README.md                         | 2 +-
 airflow/providers/microsoft/azure/README.md              | 2 +-
 airflow/providers/microsoft/mssql/README.md              | 2 +-
 airflow/providers/microsoft/winrm/README.md              | 2 +-
 airflow/providers/mongo/README.md                        | 2 +-
 airflow/providers/mysql/README.md                        | 2 +-
 airflow/providers/odbc/README.md                         | 2 +-
 airflow/providers/openfaas/README.md                     | 2 +-
 airflow/providers/opsgenie/README.md                     | 2 +-
 airflow/providers/oracle/README.md                       | 2 +-
 airflow/providers/pagerduty/README.md                    | 2 +-
 airflow/providers/papermill/README.md                    | 2 +-
 airflow/providers/plexus/README.md                       | 2 +-
 airflow/providers/postgres/README.md                     | 2 +-
 airflow/providers/presto/README.md                       | 2 +-
 airflow/providers/qubole/README.md                       | 2 +-
 airflow/providers/redis/README.md                        | 2 +-
 airflow/providers/salesforce/README.md                   | 2 +-
 airflow/providers/samba/README.md                        | 2 +-
 airflow/providers/segment/README.md                      | 2 +-
 airflow/providers/sendgrid/README.md                     | 2 +-
 airflow/providers/sftp/README.md                         | 2 +-
 airflow/providers/singularity/README.md                  | 2 +-
 airflow/providers/slack/README.md                        | 2 +-
 airflow/providers/snowflake/README.md                    | 2 +-
 airflow/providers/sqlite/README.md                       | 2 +-
 airflow/providers/ssh/README.md                          | 2 +-
 airflow/providers/telegram/README.md                     | 2 +-
 airflow/providers/vertica/README.md                      | 2 +-
 airflow/providers/yandex/README.md                       | 2 +-
 airflow/providers/zendesk/README.md                      | 2 +-
 dev/provider_packages/PROVIDER_README_TEMPLATE.md.jinja2 | 2 +-
 docs/apache-airflow/installation.rst                     | 4 ++--
 docs/apache-airflow/start.rst                            | 2 +-
 docs/apache-airflow/upgrade-check.rst                    | 2 +-
 71 files changed, 74 insertions(+), 74 deletions(-)

diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 10ab03f..52952f5 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -599,7 +599,7 @@ Airflow dependencies
 .. note::
 
    On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-   does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+   does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
    of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
    ``pip install --upgrade pip==20.2.4`` or, in case you use Pip 20.3, you need to add option
    ``--use-deprecated legacy-resolver`` to your pip install command.
@@ -743,7 +743,7 @@ Pinned constraint files
 .. note::
 
    On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-   does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+   does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
    of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
    ``pip install --upgrade pip==20.2.4`` or, in case you use Pip 20.3, you need to add option
    ``--use-deprecated legacy-resolver`` to your pip install command.
diff --git a/IMAGES.rst b/IMAGES.rst
index c8a0258..49cf343 100644
--- a/IMAGES.rst
+++ b/IMAGES.rst
@@ -123,7 +123,7 @@ parameter to Breeze:
 .. note::
 
    On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-   does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+   does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
    of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
    ``pip install --upgrade pip==20.2.4`` or, in case you use Pip 20.3, you need to add option
    ``--use-deprecated legacy-resolver`` to your pip install command.
diff --git a/INSTALL b/INSTALL
index d87173b..87c093e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -31,7 +31,7 @@ source PATH_TO_YOUR_VENV/bin/activate
 NOTE!!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 ``pip install --upgrade pip==20.2.4`` or, in case you use Pip 20.3, you need to add option
 ``--use-deprecated legacy-resolver`` to your pip install command.
diff --git a/LOCAL_VIRTUALENV.rst b/LOCAL_VIRTUALENV.rst
index db5a86b..47eea58 100644
--- a/LOCAL_VIRTUALENV.rst
+++ b/LOCAL_VIRTUALENV.rst
@@ -64,7 +64,7 @@ Extra Packages
 .. note::
 
    On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-   does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+   does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
    of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
    ``pip install --upgrade pip==20.2.4`` or, in case you use Pip 20.3, you need to add option
    ``--use-deprecated legacy-resolver`` to your pip install command.
@@ -127,7 +127,7 @@ To create and initialize the local virtualenv:
 .. note::
 
    On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-   does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+   does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
    of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
    ``pip install --upgrade pip==20.2.4`` or, in case you use Pip 20.3, you need to add option
    ``--use-deprecated legacy-resolver`` to your pip install command.
diff --git a/README.md b/README.md
index cf91c7a..ccb650a 100644
--- a/README.md
+++ b/README.md
@@ -143,7 +143,7 @@ correct Airflow tag/version/branch and python versions in the URL.
 NOTE!!!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/UPDATING.md b/UPDATING.md
index 4d163e3..d4c94d1 100644
--- a/UPDATING.md
+++ b/UPDATING.md
@@ -1696,7 +1696,7 @@ you should use `pip install apache-airflow[apache.atlas]`.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/amazon/README.md b/airflow/providers/amazon/README.md
index acf9cfd..f361c16 100644
--- a/airflow/providers/amazon/README.md
+++ b/airflow/providers/amazon/README.md
@@ -58,7 +58,7 @@ are in `airflow.providers.amazon` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/apache/cassandra/README.md b/airflow/providers/apache/cassandra/README.md
index 4749701..83f3b99 100644
--- a/airflow/providers/apache/cassandra/README.md
+++ b/airflow/providers/apache/cassandra/README.md
@@ -47,7 +47,7 @@ are in `airflow.providers.apache.cassandra` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/apache/druid/README.md b/airflow/providers/apache/druid/README.md
index deeb457..11aa2ac 100644
--- a/airflow/providers/apache/druid/README.md
+++ b/airflow/providers/apache/druid/README.md
@@ -50,7 +50,7 @@ are in `airflow.providers.apache.druid` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/apache/hdfs/README.md b/airflow/providers/apache/hdfs/README.md
index 88343a7..805d289 100644
--- a/airflow/providers/apache/hdfs/README.md
+++ b/airflow/providers/apache/hdfs/README.md
@@ -47,7 +47,7 @@ are in `airflow.providers.apache.hdfs` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/apache/hive/README.md b/airflow/providers/apache/hive/README.md
index 33f77a6..d232982 100644
--- a/airflow/providers/apache/hive/README.md
+++ b/airflow/providers/apache/hive/README.md
@@ -52,7 +52,7 @@ are in `airflow.providers.apache.hive` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/apache/kylin/README.md b/airflow/providers/apache/kylin/README.md
index c88dfcc..f4efc35 100644
--- a/airflow/providers/apache/kylin/README.md
+++ b/airflow/providers/apache/kylin/README.md
@@ -47,7 +47,7 @@ are in `airflow.providers.apache.kylin` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/apache/livy/README.md b/airflow/providers/apache/livy/README.md
index fc7e7fe..b2fed11 100644
--- a/airflow/providers/apache/livy/README.md
+++ b/airflow/providers/apache/livy/README.md
@@ -49,7 +49,7 @@ are in `airflow.providers.apache.livy` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/apache/pig/README.md b/airflow/providers/apache/pig/README.md
index 010c140..3e25474 100644
--- a/airflow/providers/apache/pig/README.md
+++ b/airflow/providers/apache/pig/README.md
@@ -46,7 +46,7 @@ are in `airflow.providers.apache.pig` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/apache/pinot/README.md b/airflow/providers/apache/pinot/README.md
index b3f399f..a6f6d96 100644
--- a/airflow/providers/apache/pinot/README.md
+++ b/airflow/providers/apache/pinot/README.md
@@ -45,7 +45,7 @@ are in `airflow.providers.apache.pinot` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/apache/spark/README.md b/airflow/providers/apache/spark/README.md
index 983e4d4..02308e7 100644
--- a/airflow/providers/apache/spark/README.md
+++ b/airflow/providers/apache/spark/README.md
@@ -47,7 +47,7 @@ are in `airflow.providers.apache.spark` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/apache/sqoop/README.md b/airflow/providers/apache/sqoop/README.md
index 9d69771..aeb2449 100644
--- a/airflow/providers/apache/sqoop/README.md
+++ b/airflow/providers/apache/sqoop/README.md
@@ -46,7 +46,7 @@ are in `airflow.providers.apache.sqoop` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/celery/README.md b/airflow/providers/celery/README.md
index da4f35d..f258299 100644
--- a/airflow/providers/celery/README.md
+++ b/airflow/providers/celery/README.md
@@ -45,7 +45,7 @@ are in `airflow.providers.celery` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/cloudant/README.md b/airflow/providers/cloudant/README.md
index 1f69656..b7c6ac4 100644
--- a/airflow/providers/cloudant/README.md
+++ b/airflow/providers/cloudant/README.md
@@ -45,7 +45,7 @@ are in `airflow.providers.cloudant` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/cncf/kubernetes/README.md b/airflow/providers/cncf/kubernetes/README.md
index 6afd47e..ba940e9 100644
--- a/airflow/providers/cncf/kubernetes/README.md
+++ b/airflow/providers/cncf/kubernetes/README.md
@@ -56,7 +56,7 @@ set so you should not be able to install it with Apache Airflow &lt; 1.10.12.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/databricks/README.md b/airflow/providers/databricks/README.md
index 8ff76a5..c4c2bc1 100644
--- a/airflow/providers/databricks/README.md
+++ b/airflow/providers/databricks/README.md
@@ -47,7 +47,7 @@ are in `airflow.providers.databricks` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/datadog/README.md b/airflow/providers/datadog/README.md
index 5720213..ff24ee3 100644
--- a/airflow/providers/datadog/README.md
+++ b/airflow/providers/datadog/README.md
@@ -47,7 +47,7 @@ are in `airflow.providers.datadog` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/dingding/README.md b/airflow/providers/dingding/README.md
index 59985bf..409585e 100644
--- a/airflow/providers/dingding/README.md
+++ b/airflow/providers/dingding/README.md
@@ -47,7 +47,7 @@ are in `airflow.providers.dingding` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/discord/README.md b/airflow/providers/discord/README.md
index a40470e..40230df 100644
--- a/airflow/providers/discord/README.md
+++ b/airflow/providers/discord/README.md
@@ -47,7 +47,7 @@ are in `airflow.providers.discord` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/docker/README.md b/airflow/providers/docker/README.md
index aae36ab..efbd747 100644
--- a/airflow/providers/docker/README.md
+++ b/airflow/providers/docker/README.md
@@ -47,7 +47,7 @@ are in `airflow.providers.docker` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/elasticsearch/README.md b/airflow/providers/elasticsearch/README.md
index 72d13c4..5b78d03 100644
--- a/airflow/providers/elasticsearch/README.md
+++ b/airflow/providers/elasticsearch/README.md
@@ -45,7 +45,7 @@ are in `airflow.providers.elasticsearch` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/exasol/README.md b/airflow/providers/exasol/README.md
index a519f10..07e137f 100644
--- a/airflow/providers/exasol/README.md
+++ b/airflow/providers/exasol/README.md
@@ -47,7 +47,7 @@ are in `airflow.providers.exasol` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/facebook/README.md b/airflow/providers/facebook/README.md
index 4092194..c6d2454 100644
--- a/airflow/providers/facebook/README.md
+++ b/airflow/providers/facebook/README.md
@@ -45,7 +45,7 @@ are in `airflow.providers.facebook` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/ftp/README.md b/airflow/providers/ftp/README.md
index b663c37..07e590b 100644
--- a/airflow/providers/ftp/README.md
+++ b/airflow/providers/ftp/README.md
@@ -46,7 +46,7 @@ are in `airflow.providers.ftp` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/google/README.md b/airflow/providers/google/README.md
index 89bb702..4fa48de 100644
--- a/airflow/providers/google/README.md
+++ b/airflow/providers/google/README.md
@@ -58,7 +58,7 @@ are in `airflow.providers.google` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/grpc/README.md b/airflow/providers/grpc/README.md
index 161b411..29480f8 100644
--- a/airflow/providers/grpc/README.md
+++ b/airflow/providers/grpc/README.md
@@ -47,7 +47,7 @@ are in `airflow.providers.grpc` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/hashicorp/README.md b/airflow/providers/hashicorp/README.md
index 5403428..2a54b7f 100644
--- a/airflow/providers/hashicorp/README.md
+++ b/airflow/providers/hashicorp/README.md
@@ -48,7 +48,7 @@ are in `airflow.providers.hashicorp` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/http/README.md b/airflow/providers/http/README.md
index 13dbd5a..2068fb9 100644
--- a/airflow/providers/http/README.md
+++ b/airflow/providers/http/README.md
@@ -48,7 +48,7 @@ are in `airflow.providers.http` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/imap/README.md b/airflow/providers/imap/README.md
index 0fe126a..d56d79d 100644
--- a/airflow/providers/imap/README.md
+++ b/airflow/providers/imap/README.md
@@ -46,7 +46,7 @@ are in `airflow.providers.imap` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/jdbc/README.md b/airflow/providers/jdbc/README.md
index 18354cd..0cb8b08 100644
--- a/airflow/providers/jdbc/README.md
+++ b/airflow/providers/jdbc/README.md
@@ -47,7 +47,7 @@ are in `airflow.providers.jdbc` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/jenkins/README.md b/airflow/providers/jenkins/README.md
index 0b4a8f7..4551001 100644
--- a/airflow/providers/jenkins/README.md
+++ b/airflow/providers/jenkins/README.md
@@ -47,7 +47,7 @@ are in `airflow.providers.jenkins` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/jira/README.md b/airflow/providers/jira/README.md
index 2522faf..7712d08 100644
--- a/airflow/providers/jira/README.md
+++ b/airflow/providers/jira/README.md
@@ -49,7 +49,7 @@ are in `airflow.providers.jira` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/microsoft/azure/README.md b/airflow/providers/microsoft/azure/README.md
index 03f5152..fd9ac6a 100644
--- a/airflow/providers/microsoft/azure/README.md
+++ b/airflow/providers/microsoft/azure/README.md
@@ -58,7 +58,7 @@ are in `airflow.providers.microsoft.azure` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/microsoft/mssql/README.md b/airflow/providers/microsoft/mssql/README.md
index 1e2c19e..4902d66 100644
--- a/airflow/providers/microsoft/mssql/README.md
+++ b/airflow/providers/microsoft/mssql/README.md
@@ -48,7 +48,7 @@ are in `airflow.providers.microsoft.mssql` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/microsoft/winrm/README.md b/airflow/providers/microsoft/winrm/README.md
index 71c904b..fe6007d 100644
--- a/airflow/providers/microsoft/winrm/README.md
+++ b/airflow/providers/microsoft/winrm/README.md
@@ -47,7 +47,7 @@ are in `airflow.providers.microsoft.winrm` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/mongo/README.md b/airflow/providers/mongo/README.md
index f6f9bc0..c5dd398 100644
--- a/airflow/providers/mongo/README.md
+++ b/airflow/providers/mongo/README.md
@@ -47,7 +47,7 @@ are in `airflow.providers.mongo` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/mysql/README.md b/airflow/providers/mysql/README.md
index 99c80eb..39894ec 100644
--- a/airflow/providers/mysql/README.md
+++ b/airflow/providers/mysql/README.md
@@ -51,7 +51,7 @@ are in `airflow.providers.mysql` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/odbc/README.md b/airflow/providers/odbc/README.md
index 9705cfc..c97865c 100644
--- a/airflow/providers/odbc/README.md
+++ b/airflow/providers/odbc/README.md
@@ -45,7 +45,7 @@ are in `airflow.providers.odbc` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/openfaas/README.md b/airflow/providers/openfaas/README.md
index 68a5b63..0e26549 100644
--- a/airflow/providers/openfaas/README.md
+++ b/airflow/providers/openfaas/README.md
@@ -44,7 +44,7 @@ are in `airflow.providers.openfaas` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/opsgenie/README.md b/airflow/providers/opsgenie/README.md
index c5c2a85..163107c 100644
--- a/airflow/providers/opsgenie/README.md
+++ b/airflow/providers/opsgenie/README.md
@@ -47,7 +47,7 @@ are in `airflow.providers.opsgenie` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/oracle/README.md b/airflow/providers/oracle/README.md
index 84ae449..a6bfc07 100644
--- a/airflow/providers/oracle/README.md
+++ b/airflow/providers/oracle/README.md
@@ -49,7 +49,7 @@ are in `airflow.providers.oracle` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/pagerduty/README.md b/airflow/providers/pagerduty/README.md
index c5ba738..f9c921c 100644
--- a/airflow/providers/pagerduty/README.md
+++ b/airflow/providers/pagerduty/README.md
@@ -45,7 +45,7 @@ are in `airflow.providers.pagerduty` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/papermill/README.md b/airflow/providers/papermill/README.md
index 14c6924..5d9fd9a 100644
--- a/airflow/providers/papermill/README.md
+++ b/airflow/providers/papermill/README.md
@@ -50,7 +50,7 @@ However, since AUTO inlets is a feature of Airflow 2 not backported to 1.10.*.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/plexus/README.md b/airflow/providers/plexus/README.md
index a35049d..2e5353f 100644
--- a/airflow/providers/plexus/README.md
+++ b/airflow/providers/plexus/README.md
@@ -47,7 +47,7 @@ are in `airflow.providers.plexus` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/postgres/README.md b/airflow/providers/postgres/README.md
index 1b432ea..59bb2fe 100644
--- a/airflow/providers/postgres/README.md
+++ b/airflow/providers/postgres/README.md
@@ -48,7 +48,7 @@ are in `airflow.providers.postgres` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/presto/README.md b/airflow/providers/presto/README.md
index 38e3773..0e59de2 100644
--- a/airflow/providers/presto/README.md
+++ b/airflow/providers/presto/README.md
@@ -57,7 +57,7 @@ issue will be resolved.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/qubole/README.md b/airflow/providers/qubole/README.md
index dc05b47..7d24eec 100644
--- a/airflow/providers/qubole/README.md
+++ b/airflow/providers/qubole/README.md
@@ -49,7 +49,7 @@ are in `airflow.providers.qubole` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/redis/README.md b/airflow/providers/redis/README.md
index 5caae31..8263506 100644
--- a/airflow/providers/redis/README.md
+++ b/airflow/providers/redis/README.md
@@ -49,7 +49,7 @@ are in `airflow.providers.redis` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/salesforce/README.md b/airflow/providers/salesforce/README.md
index cd32cfa..2a38415 100644
--- a/airflow/providers/salesforce/README.md
+++ b/airflow/providers/salesforce/README.md
@@ -50,7 +50,7 @@ are in `airflow.providers.salesforce` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/samba/README.md b/airflow/providers/samba/README.md
index da4c924..6994081 100644
--- a/airflow/providers/samba/README.md
+++ b/airflow/providers/samba/README.md
@@ -45,7 +45,7 @@ are in `airflow.providers.samba` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/segment/README.md b/airflow/providers/segment/README.md
index d7bbef4..36e23c5 100644
--- a/airflow/providers/segment/README.md
+++ b/airflow/providers/segment/README.md
@@ -47,7 +47,7 @@ are in `airflow.providers.segment` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/sendgrid/README.md b/airflow/providers/sendgrid/README.md
index 8672221..eee58da 100644
--- a/airflow/providers/sendgrid/README.md
+++ b/airflow/providers/sendgrid/README.md
@@ -43,7 +43,7 @@ are in `airflow.providers.sendgrid` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/sftp/README.md b/airflow/providers/sftp/README.md
index 3dde40c..44eb453 100644
--- a/airflow/providers/sftp/README.md
+++ b/airflow/providers/sftp/README.md
@@ -50,7 +50,7 @@ are in `airflow.providers.sftp` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/singularity/README.md b/airflow/providers/singularity/README.md
index 6b5190f..0d313c1 100644
--- a/airflow/providers/singularity/README.md
+++ b/airflow/providers/singularity/README.md
@@ -45,7 +45,7 @@ are in `airflow.providers.singularity` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/slack/README.md b/airflow/providers/slack/README.md
index 75cb5f9..7a630c6 100644
--- a/airflow/providers/slack/README.md
+++ b/airflow/providers/slack/README.md
@@ -49,7 +49,7 @@ are in `airflow.providers.slack` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/snowflake/README.md b/airflow/providers/snowflake/README.md
index 7526f29..fedd176 100644
--- a/airflow/providers/snowflake/README.md
+++ b/airflow/providers/snowflake/README.md
@@ -50,7 +50,7 @@ are in `airflow.providers.snowflake` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/sqlite/README.md b/airflow/providers/sqlite/README.md
index f447f15..5b06500 100644
--- a/airflow/providers/sqlite/README.md
+++ b/airflow/providers/sqlite/README.md
@@ -46,7 +46,7 @@ are in `airflow.providers.sqlite` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/ssh/README.md b/airflow/providers/ssh/README.md
index 5ac4491..5f9a868 100644
--- a/airflow/providers/ssh/README.md
+++ b/airflow/providers/ssh/README.md
@@ -47,7 +47,7 @@ are in `airflow.providers.ssh` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/telegram/README.md b/airflow/providers/telegram/README.md
index 2f490ee..2575d50 100644
--- a/airflow/providers/telegram/README.md
+++ b/airflow/providers/telegram/README.md
@@ -47,7 +47,7 @@ are in `airflow.providers.telegram` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/vertica/README.md b/airflow/providers/vertica/README.md
index 5cb0446..376cbf4 100644
--- a/airflow/providers/vertica/README.md
+++ b/airflow/providers/vertica/README.md
@@ -47,7 +47,7 @@ are in `airflow.providers.vertica` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/yandex/README.md b/airflow/providers/yandex/README.md
index 7ce5e33..858b333 100644
--- a/airflow/providers/yandex/README.md
+++ b/airflow/providers/yandex/README.md
@@ -47,7 +47,7 @@ are in `airflow.providers.yandex` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/airflow/providers/zendesk/README.md b/airflow/providers/zendesk/README.md
index f4e2ed0..8e21457 100644
--- a/airflow/providers/zendesk/README.md
+++ b/airflow/providers/zendesk/README.md
@@ -45,7 +45,7 @@ are in `airflow.providers.zendesk` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/dev/provider_packages/PROVIDER_README_TEMPLATE.md.jinja2 b/dev/provider_packages/PROVIDER_README_TEMPLATE.md.jinja2
index caef300..fbfaa29 100644
--- a/dev/provider_packages/PROVIDER_README_TEMPLATE.md.jinja2
+++ b/dev/provider_packages/PROVIDER_README_TEMPLATE.md.jinja2
@@ -63,7 +63,7 @@ are in `{{FULL_PACKAGE_NAME}}` python package.
 NOTE!
 
 On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
 of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
 `pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
 `--use-deprecated legacy-resolver` to your pip install command.
diff --git a/docs/apache-airflow/installation.rst b/docs/apache-airflow/installation.rst
index 3299e62..5814f04 100644
--- a/docs/apache-airflow/installation.rst
+++ b/docs/apache-airflow/installation.rst
@@ -53,7 +53,7 @@ and python versions in the URL.
 .. note::
 
    On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-   does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+   does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
    of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
    ``pip install --upgrade pip==20.2.4`` or, in case you use Pip 20.3, you need to add option
    ``--use-deprecated legacy-resolver`` to your pip install command.
@@ -76,7 +76,7 @@ and python versions in the URL.
 .. note::
 
    On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-   does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+   does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
    of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
    ``pip install --upgrade pip==20.2.4`` or, in case you use Pip 20.3, you need to add option
    ``--use-deprecated legacy-resolver`` to your pip install command.
diff --git a/docs/apache-airflow/start.rst b/docs/apache-airflow/start.rst
index 4745c31..7b11df2 100644
--- a/docs/apache-airflow/start.rst
+++ b/docs/apache-airflow/start.rst
@@ -23,7 +23,7 @@ Quick Start
 .. note::
 
    On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-   does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+   does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
    of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
    ``pip install --upgrade pip==20.2.4`` or, in case you use Pip 20.3, you need to add option
    ``--use-deprecated legacy-resolver`` to your pip install command.
diff --git a/docs/apache-airflow/upgrade-check.rst b/docs/apache-airflow/upgrade-check.rst
index 2f2dcf2..cd67006 100644
--- a/docs/apache-airflow/upgrade-check.rst
+++ b/docs/apache-airflow/upgrade-check.rst
@@ -39,7 +39,7 @@ time of writing: 1.10.14) and then to download this package and run the script a
 .. note::
 
    On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
-   does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
+   does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
    of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
    ``pip install --upgrade pip==20.2.4`` or, in case you use Pip 20.3, you need to add option
    ``--use-deprecated legacy-resolver`` to your pip install command.