Skip to content

Commit

Permalink
Fix typo in 2.9 blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
jedcunningham committed Apr 8, 2024
1 parent 7168331 commit d2db471
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 d2db471

Please sign in to comment.