lib/promscrape/discovery/consul: typo fix in the comment: enteprise -> enterprise

This commit is contained in:
Aliaksandr Valialkin 2024-04-16 19:34:18 +02:00
parent 85d09e5a2d
commit e3a26c0db6
No known key found for this signature in database
GPG key ID: 52C003EE2BCDB9EB

View file

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