docs: Fix typo in comment

This commit is contained in:
TwiN 2024-12-06 21:34:13 -05:00
parent ff318efb67
commit cdac5790cb

View File

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