From 9e76861787dde03d2a60497c6bb0daf54a53dd28 Mon Sep 17 00:00:00 2001 From: Karsten Jeschkies Date: Mon, 6 Nov 2023 09:55:39 +0100 Subject: [PATCH] Update docs --- docs/sources/configure/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/configure/_index.md b/docs/sources/configure/_index.md index 6bea67a06be55..aef5d74c5abda 100644 --- a/docs/sources/configure/_index.md +++ b/docs/sources/configure/_index.md @@ -774,7 +774,7 @@ The `frontend` block configures the Loki query-frontend. # CLI flag: -frontend.instance-interface-names [instance_interface_names: | default = []] -# Defines the encoding for requests to and responses from the scheduduler and +# Defines the encoding for requests to and responses from the scheduler and # querier. Can be 'json' or 'protobuf' (defaults to 'json'). # CLI flag: -frontend.encoding [encoding: | default = "json"]