This is an automated email from the ASF dual-hosted git repository.
uranusjr 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 f98c3975668 Fix typo in listener warning (#63238)
f98c3975668 is described below
commit f98c39756680d0ffc49ee347ea389c52013458ca
Author: Jed Cunningham <[email protected]>
AuthorDate: Mon Mar 9 21:53:55 2026 -0600
Fix typo in listener warning (#63238)
---
airflow-core/docs/administration-and-deployment/listeners.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/airflow-core/docs/administration-and-deployment/listeners.rst
b/airflow-core/docs/administration-and-deployment/listeners.rst
index 170c55de1c5..70dde0b7fd2 100644
--- a/airflow-core/docs/administration-and-deployment/listeners.rst
+++ b/airflow-core/docs/administration-and-deployment/listeners.rst
@@ -24,7 +24,7 @@ You can write listeners to enable Airflow to notify you when
events happen.
.. warning::
Listeners are an advanced feature of Airflow. They are not isolated from
the Airflow components they run in, and
- can slow down or in come cases take down your Airflow instance. As such,
extra care should be taken when writing listeners.
+ can slow down or in some cases take down your Airflow instance. As such,
extra care should be taken when writing listeners.
Airflow supports notifications for the following events: