This is an automated email from the ASF dual-hosted git repository.
joshfell 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 05f47b0fe8 Fix typo in PROVIDERS.rst (#33056)
05f47b0fe8 is described below
commit 05f47b0fe87511842f894e538ddb77027bad3c55
Author: Philippe Gagnon <[email protected]>
AuthorDate: Wed Aug 2 22:39:58 2023 -0400
Fix typo in PROVIDERS.rst (#33056)
Thy -> The
---
PROVIDERS.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PROVIDERS.rst b/PROVIDERS.rst
index 0e21dca11a..455bed1486 100644
--- a/PROVIDERS.rst
+++ b/PROVIDERS.rst
@@ -57,7 +57,7 @@ releasing new versions of the providers. This means that the
code changes in the
reviewed by Airflow committers and merged when they are accepted by them. Also
we must have sufficient
test coverage and documentation that allow us to maintain the providers, and
our users to use them.
-Thy providers - their latest version in "main" branch of airflow repository -
are installed and tested together
+The providers - their latest version in "main" branch of airflow repository -
are installed and tested together
with other community providers and one of the key properties of the community
providers is that the latest
version of providers contribute their dependencies to constraints of Airflow,
published when Airflow Core is
released. This means that when users are using constraints published by
Airflow, they can install all