From e3a26c0db6e93020d9df39f26baaf7c8f0038128 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Tue, 16 Apr 2024 19:34:18 +0200 Subject: [PATCH] lib/promscrape/discovery/consul: typo fix in the comment: enteprise -> enterprise --- lib/promscrape/discovery/consul/consul.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/promscrape/discovery/consul/consul.go b/lib/promscrape/discovery/consul/consul.go index 77ac64f18..214cb42c7 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"`