From 694a58372e0d3f394e614ec9932c7ce6e9d45ad7 Mon Sep 17 00:00:00 2001 From: Mariell Hoversholm Date: Wed, 25 Jun 2025 08:04:32 +0200 Subject: [PATCH] Config: Fix docs typo'd section name (#106982) --- .../configure-security/configure-security-hardening/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```