Skip to content

Commit

Permalink
Fix typo in 2.9 blog post (#1000)
Browse files Browse the repository at this point in the history
  • Loading branch information
jedcunningham authored Apr 8, 2024
1 parent e1c24fb commit 265ea2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion landing-pages/site/content/en/blog/airflow-2.9.0/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```
Expand Down

0 comments on commit 265ea2f

Please sign in to comment.