diff --git a/pkg/custom_detectors/custom_detectors.go b/pkg/custom_detectors/custom_detectors.go index f209fcd36abe..602e7f89bd52 100644 --- a/pkg/custom_detectors/custom_detectors.go +++ b/pkg/custom_detectors/custom_detectors.go @@ -255,7 +255,7 @@ func (c *CustomRegexWebhook) Type() detectorspb.DetectorType { return detectorspb.DetectorType_CustomRegex } -const defaultDescription = "This is a customer-defined detector with no description provided." +const defaultDescription = "This is a user-defined detector with no description provided." func (c *CustomRegexWebhook) Description() string { if c.GetDescription() == "" {