From 2cb1600f94916d92b1a051e4b9d99adb37dd0fc6 Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Fri, 28 Aug 2020 01:03:52 -0400 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29dd95fb..5e81f6c0 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ would then check if the service that started failing was recently deployed, and roll it back. The values `[ALERT_DESCRIPTION]` and `[SERVICE_NAME]` are automatically substituted for the alert description and the -service name accordingly in the body (`alerting.custom.body`) and the url (`alerting.custom.url`). +service name respectively in the body (`alerting.custom.body`) and the url (`alerting.custom.url`). For all intents and purpose, we'll configure the custom alert with a Slack webhook, but you can call anything you want.