This is an automated email from the ASF dual-hosted git repository. shahar pushed a commit to branch fix-typo-inreadme in repository https://gitbox.apache.org/repos/asf/airflow-site-archive.git
commit 78644ebaeee1b5bea7676ae10a6cb13413558c0b Author: Shahar Epstein <[email protected]> AuthorDate: Sat Feb 14 15:30:49 2026 +0200 Fix typo in README content Correct typos and improve clarity in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f78f7e6df9..773d36d2d61 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ The repository stores the archive of generated documentation from Apache Airflow. The scripts and workflows here allow to keep the repository in sync with the S3 buckets - both live and -sync - wehre the documentation is stored. Sync in both direction is possible. +sync - where the documentation is stored. Sync in both direction is possible. In the future we will automate synchronization of the repoitory after any change to the buckets, currently manual synchronization S3 -> Bucket for the `live` ucket documentation is done using the `S3 to GitHub workflow`
