diff --git a/lib/promscrape/discovery/consul/consul.go b/lib/promscrape/discovery/consul/consul.go index 77ac64f183..214cb42c79 100644 --- a/lib/promscrape/discovery/consul/consul.go +++ b/lib/promscrape/discovery/consul/consul.go @@ -19,7 +19,7 @@ type SDConfig struct { // Namespace only supported at enterprise consul. // https://www.consul.io/docs/enterprise/namespaces Namespace string `yaml:"namespace,omitempty"` - // Partition only supported at enteprise consul. + // Partition only supported at enterprise consul. // https://developer.hashicorp.com/consul/docs/enterprise/admin-partitions Partition string `yaml:"partition,omitempty"`