From 047d5026fe6547c842db65f7196fed3f0b4743ee Mon Sep 17 00:00:00 2001 From: Evan Czaplicki Date: Tue, 6 Sep 2022 10:45:35 +0200 Subject: [PATCH] cosmetic: remove stray word in comment --- worker/src/Endpoint/Slack.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/src/Endpoint/Slack.hs b/worker/src/Endpoint/Slack.hs index 5e0ca0794..408a820b3 100644 --- a/worker/src/Endpoint/Slack.hs +++ b/worker/src/Endpoint/Slack.hs @@ -22,7 +22,7 @@ import qualified Data.Map as Map -- here looked in the Network tab of Developer Tools to figure it out: -- -- https://levels.io/slack-typeform-auto-invite-sign-ups/ --- from https://github.com/outsideris/slack-invite-automation +-- https://github.com/outsideris/slack-invite-automation --