From cd863391f99e4bbd7415794757044d96fe71c683 Mon Sep 17 00:00:00 2001 From: Camerin Figueroa Date: Sun, 2 Mar 2025 13:59:15 -0500 Subject: [PATCH] Update src/docs/markdown/metrics.md Co-authored-by: Mohammed Al Sahaf --- src/docs/markdown/metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/markdown/metrics.md b/src/docs/markdown/metrics.md index e3485a4..0a59acf 100644 --- a/src/docs/markdown/metrics.md +++ b/src/docs/markdown/metrics.md @@ -23,7 +23,7 @@ If using a Caddyfile, enable metrics [in global options](/docs/caddyfile/options If using JSON, add `"metrics": {}` to your [`apps > http > servers` configuration](/docs/json/apps/http/servers/). -To add per host metrics you can insert the per_host option. Host specific metrics will now have a Host tag. +To add per-host metrics you can insert the `per_host` option. Host specific metrics will now have a Host tag. ```caddy {