From f74e32292bbc56ac2dd8be21bdfe0166c1eccc40 Mon Sep 17 00:00:00 2001 From: Eden Zimbelman Date: Thu, 19 Dec 2024 13:56:17 -0800 Subject: [PATCH] docs: replace the single world with a line of text --- example-workflows/Technique_3_Slack_Incoming_Webhook/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-workflows/Technique_3_Slack_Incoming_Webhook/README.md b/example-workflows/Technique_3_Slack_Incoming_Webhook/README.md index 1f81217a..5c388cbb 100644 --- a/example-workflows/Technique_3_Slack_Incoming_Webhook/README.md +++ b/example-workflows/Technique_3_Slack_Incoming_Webhook/README.md @@ -21,7 +21,7 @@ For details on how to setup this technique in GitHub Actions, read the ### Post an inline text message -Write a single world after a push event is received. +Write a line of text after a push event is received. This example uses incoming webhooks to post a plain text message.