Openstatus www.openstatus.dev

fix: typo (#1116)

authored by

Maximilian Kaske and committed by
GitHub
341a75a8 8f9b44d1

+1 -1
+1 -1
packages/notifications/discord/src/index.ts
··· 114 114 } 115 115 try { 116 116 await postToWebhook( 117 - "**🧪 Test [OpenStatus](<https://www.openstatus.dev/>)**\nIf you can read this, your Slack webhook is functioning correctly!\n> Check your [Dashboard](<https://www.openstatus.dev/app/>).\n", 117 + "**🧪 Test [OpenStatus](<https://www.openstatus.dev/>)**\nIf you can read this, your Discord webhook is functioning correctly!\n> Check your [Dashboard](<https://www.openstatus.dev/app/>).\n", 118 118 webhookUrl, 119 119 ); 120 120 return true;