This is an automated email from the ASF dual-hosted git repository.

jedcunningham pushed a commit to branch 2.9.0-blog-post-typo
in repository https://gitbox.apache.org/repos/asf/airflow-site.git

commit d2db4716ad049c85cd63c460e2e57cddfb612a02
Author: Jed Cunningham <jedcunning...@apache.org>
AuthorDate: Mon Apr 8 15:25:15 2024 -0500

    Fix typo in 2.9 blog post
---
 .../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)
 ```

Reply via email to