This is an automated email from the ASF dual-hosted git repository.
rom 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 0da9235ccb3 Docs: Typo Fix (#43199)
0da9235ccb3 is described below
commit 0da9235ccb336dbdef3e9252f08692dec782881e
Author: Indrale Dnyaneshwar <[email protected]>
AuthorDate: Sun Oct 20 22:20:58 2024 +0530
Docs: Typo Fix (#43199)
Corrected "customising" to "customizing" in [README.md].
This pull request addresses a minor typo found in repository. The typo has
been corrected to improve clarity and maintain the quality of the documentation.
This change is purely cosmetic and does not affect functionality.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 0419ae04560..01408d1dbb7 100644
--- a/README.md
+++ b/README.md
@@ -219,7 +219,7 @@ Those are - in the order of most common ways people install
Airflow:
- [PyPI releases](https://pypi.org/project/apache-airflow/) to install Airflow
using standard `pip` tool
- [Docker Images](https://hub.docker.com/r/apache/airflow) to install airflow
via
`docker` tool, use them in Kubernetes, Helm Charts, `docker-compose`,
`docker swarm`, etc. You can
- read more about using, customising, and extending the images in the
+ read more about using, customizing, and extending the images in the
[Latest docs](https://airflow.apache.org/docs/docker-stack/index.html), and
learn details on the internals in the
[images](https://airflow.apache.org/docs/docker-stack/index.html) document.
- [Tags in GitHub](https://github.com/apache/airflow/tags) to retrieve the git
project sources that