diff --git a/docs/sources/setup-grafana/configure-security/configure-security-hardening/index.md b/docs/sources/setup-grafana/configure-security/configure-security-hardening/index.md index 133a4626fc3..b7136c047b3 100644 --- a/docs/sources/setup-grafana/configure-security/configure-security-hardening/index.md +++ b/docs/sources/setup-grafana/configure-security/configure-security-hardening/index.md @@ -118,7 +118,7 @@ If set to `true`, the Grafana server hides the running version number for unauth Example: ```toml -[anonymous.auth] +[auth.anonymous] # mask the Grafana version number for unauthenticated users hide_version = true ```