From 23480bef43313e6668646a09827bcbbcb2b735e7 Mon Sep 17 00:00:00 2001 From: LongKB Date: Fri, 22 Feb 2019 20:32:34 +0700 Subject: [PATCH] Remove the duplicated words (#5251) Although it is spelling mistakes, it might make an affects while reading. Co-Authored-By: Nguyen Phuong An Signed-off-by: Kim Bao Long --- docs/configuration/configuration.md | 2 +- .../remote_storage/remote_storage_adapter/influxdb/client.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index 9dfb6f34a7..bf54bf3321 100644 --- a/docs/configuration/configuration.md +++ b/docs/configuration/configuration.md @@ -998,7 +998,7 @@ groups: # The port to use for discovery and metric scraping. [ port: | default = 9163 ] -# The interval which should should be used for refreshing target containers. +# The interval which should be used for refreshing target containers. [ refresh_interval: | default = 60s ] # The Triton discovery API version. diff --git a/documentation/examples/remote_storage/remote_storage_adapter/influxdb/client.go b/documentation/examples/remote_storage/remote_storage_adapter/influxdb/client.go index 4e61f0aa53..7e150e78b8 100644 --- a/documentation/examples/remote_storage/remote_storage_adapter/influxdb/client.go +++ b/documentation/examples/remote_storage/remote_storage_adapter/influxdb/client.go @@ -214,7 +214,7 @@ func mergeResult(labelsToSeries map[string]*prompb.TimeSeries, results []influx. } func concatLabels(labels map[string]string) string { - // 0xff cannot cannot occur in valid UTF-8 sequences, so use it + // 0xff cannot occur in valid UTF-8 sequences, so use it // as a separator here. separator := "\xff" pairs := make([]string, 0, len(labels))