From 585d0c01bca4814b76d1a220a2e427a36f404075 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=B6hs=C3=BCn=20Babayev?= Date: Wed, 6 May 2026 23:45:15 +0400 Subject: [PATCH] docs(config): fix typo in config-example.yaml Fixes a typo in the description of `metrics_listen_addr` property. --- config-example.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-example.yaml b/config-example.yaml index 28ae86ab..b1a575e1 100644 --- a/config-example.yaml +++ b/config-example.yaml @@ -20,7 +20,7 @@ listen_addr: 127.0.0.1:8080 # Address to listen to /metrics and /debug, you may want # to keep this endpoint private to your internal network -# Use an emty value to disable the metrics listener. +# Use an empty value to disable the metrics listener. metrics_listen_addr: 127.0.0.1:9090 # Address to listen for gRPC.