This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new e69aae1304 Fix typo in release notes (#33521)
e69aae1304 is described below
commit e69aae1304b478b76d9088729ce6d4df5448e5c0
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sat Aug 19 09:48:37 2023 +0200
Fix typo in release notes (#33521)
---
RELEASE_NOTES.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst
index 6b92412f6b..48583d82f6 100644
--- a/RELEASE_NOTES.rst
+++ b/RELEASE_NOTES.rst
@@ -279,7 +279,7 @@ Bug Fixes
- Adapt Notifier for sla_miss_callback (#31887)
- Fix XCOM view (#31807)
- Fix for "Filter dags by tag" flickering on initial load of dags.html (#31578)
-- Fix where expanding ``resizer`` wouldn't expanse grid view (#31581)
+- Fix where expanding ``resizer`` would not expanse grid view (#31581)
- Fix MappedOperator-BaseOperator attr sync check (#31520)
- Always pass named ``type_`` arg to drop_constraint (#31306)
- Fix bad ``drop_constraint`` call in migrations (#31302)