From cdac5790cbdbc2400d1b5c27bd812a101203fda7 Mon Sep 17 00:00:00 2001 From: TwiN Date: Fri, 6 Dec 2024 21:34:13 -0500 Subject: [PATCH] docs: Fix typo in comment --- alerting/alert/alert.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alerting/alert/alert.go b/alerting/alert/alert.go index 2afcd8b5..c97feef8 100644 --- a/alerting/alert/alert.go +++ b/alerting/alert/alert.go @@ -13,7 +13,7 @@ var ( ErrAlertWithInvalidDescription = errors.New("alert description must not have \" or \\") ) -// Alert is a endpoint.Endpoint's alert configuration +// Alert is endpoint.Endpoint's alert configuration type Alert struct { // Type of alert (required) Type Type `yaml:"type"`