This is an automated email from the ASF dual-hosted git repository.
potiuk 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 b1777899662 `shared/README.md`: fix typo `airlow` -> `airflow` (#56898)
b1777899662 is described below
commit b177789966212d09f5196f280d7ee5bf54c70963
Author: John Bampton <[email protected]>
AuthorDate: Tue Oct 21 03:49:55 2025 +1000
`shared/README.md`: fix typo `airlow` -> `airflow` (#56898)
---
shared/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shared/README.md b/shared/README.md
index 7f989b9c8cd..ed44ef17654 100644
--- a/shared/README.md
+++ b/shared/README.md
@@ -107,7 +107,7 @@ would be to files outside the distribution otherwise). This
is specific to sdist
resolves the symlinks.
We have a convention that when you include a shared code in your distribution,
you should such shared
-distributions (full name of the form `apache-airlow-shared-<name>` it to the
`tool.airflow` section of
+distributions (full name of the form `apache-airflow-shared-<name>` it to the
`tool.airflow` section of
your pyproject.toml:
```toml