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 0b209264c3f..80b1f063e86 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 b8217f5d5c3..9a502cfc8f4 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) ```