Config: Fix docs typo'd section name (#106982)

This commit is contained in:
Mariell Hoversholm
2025-06-25 08:04:32 +02:00
committed by GitHub
parent 9c7a2d1b88
commit 694a58372e
@@ -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
```