This is an automated email from the ASF dual-hosted git repository.
taragolis 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 3ab49cb1e7 Update slackwebhook_notifier_howto_guide.rst typo (#34353)
3ab49cb1e7 is described below
commit 3ab49cb1e739f6615bdde5ca5d9cbf23266cc5c2
Author: victoria-yining-huang
<[email protected]>
AuthorDate: Wed Sep 13 18:28:05 2023 -0400
Update slackwebhook_notifier_howto_guide.rst typo (#34353)
---
.../notifications/slackwebhook_notifier_howto_guide.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/docs/apache-airflow-providers-slack/notifications/slackwebhook_notifier_howto_guide.rst
b/docs/apache-airflow-providers-slack/notifications/slackwebhook_notifier_howto_guide.rst
index 800db06d00..bb9e85c674 100644
---
a/docs/apache-airflow-providers-slack/notifications/slackwebhook_notifier_howto_guide.rst
+++
b/docs/apache-airflow-providers-slack/notifications/slackwebhook_notifier_howto_guide.rst
@@ -21,7 +21,7 @@ How-to Guide for Slack Incoming Webhook notifications
Introduction
------------
Slack Incoming Webhook notifier
(:class:`airflow.providers.slack.notifications.slack_webhook.SlackWebhookNotifier`)
-allows users to send messages to a slack channel thought `Incoming Webhook
<https://api.slack.com/messaging/webhooks>`__
+allows users to send messages to a slack channel through `Incoming Webhook
<https://api.slack.com/messaging/webhooks>`__
using the various ``on_*_callbacks`` at both the DAG level and Task level
You can also use a notifier with ``sla_miss_callback``.