From 4f2ad420dd5bdf5de7515fbf105737d68cef2057 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Carlos=20Ch=C3=A1vez?= Date: Fri, 7 Oct 2022 11:07:49 +0200 Subject: [PATCH] docs: fixes typo. Co-authored-by: Anuraag Agrawal --- example/envoy-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/envoy-config.yaml b/example/envoy-config.yaml index f841914..1254236 100644 --- a/example/envoy-config.yaml +++ b/example/envoy-config.yaml @@ -1,6 +1,6 @@ stats_config: stats_tags: - # Envoy extracs the first matching group as a value. + # Envoy extracts the first matching group as a value. # See https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/metrics/v3/stats.proto#config-metrics-v3-statsconfig. - tag_name: phase regex: "(_phase=([a-z_]+))"