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"`