This is an automated email from the ASF dual-hosted git repository.
jedcunningham pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
The following commit(s) were added to refs/heads/main by this push:
new 265ea2fea6 Fix typo in 2.9 blog post (#1000)
265ea2fea6 is described below
commit 265ea2fea662e28996fbbf8eb24b15a64c4773bb
Author: Jed Cunningham <[email protected]>
AuthorDate: Mon Apr 8 17:34:56 2024 -0400
Fix typo in 2.9 blog post (#1000)
---
.../airflow-2.9.0/custom-log-grouping-expanded.png | Bin 221429 -> 222171 bytes
.../site/content/en/blog/airflow-2.9.0/index.md | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git
a/landing-pages/site/content/en/blog/airflow-2.9.0/custom-log-grouping-expanded.png
b/landing-pages/site/content/en/blog/airflow-2.9.0/custom-log-grouping-expanded.png
index 0b209264c3..80b1f063e8 100644
Binary files
a/landing-pages/site/content/en/blog/airflow-2.9.0/custom-log-grouping-expanded.png
and
b/landing-pages/site/content/en/blog/airflow-2.9.0/custom-log-grouping-expanded.png
differ
diff --git a/landing-pages/site/content/en/blog/airflow-2.9.0/index.md
b/landing-pages/site/content/en/blog/airflow-2.9.0/index.md
index b8217f5d5c..9a502cfc8f 100644
--- a/landing-pages/site/content/en/blog/airflow-2.9.0/index.md
+++ b/landing-pages/site/content/en/blog/airflow-2.9.0/index.md
@@ -154,7 +154,7 @@ def big_hello():
greeting = ""
for c in "Hello Airflow 2.9":
greeting += c
- print(f"Adding {c} to out greeting. Current greeting: {greeting}")
+ print(f"Adding {c} to our greeting. Current greeting: {greeting}")
print("::endgroup::")
print(greeting)
```