diff --git a/modules/caddyhttp/tracing/module.go b/modules/caddyhttp/tracing/module.go index 2feaf271c..4142ed5d9 100644 --- a/modules/caddyhttp/tracing/module.go +++ b/modules/caddyhttp/tracing/module.go @@ -69,7 +69,7 @@ func (ot *Tracing) ServeHTTP(w http.ResponseWriter, r *http.Request, next caddyh // UnmarshalCaddyfile sets up the module from Caddyfile tokens. Syntax: // // tracing { -// [injectServerTimingHeader ] +// [server_timing] // [span ] // } func (ot *Tracing) UnmarshalCaddyfile(d *caddyfile.Dispenser) error {