docs: fix two small typos (#21138)

This commit is contained in:
J Stickler
2026-03-12 13:30:48 -04:00
committed by GitHub
parent cb261d9534
commit 6e6fe30663
2 changed files with 2 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ description: Describes how to solve common issues when working with Grafana Logs
weight: 300
---
# Troubleshoot logs Drilldown
# Troubleshoot Logs Drilldown
[//]: # 'Shared content for troubleshooting logs drilldown'
[//]: # 'This content is located in /logs-drilldown/blob/main/docs/sources/shared/troubleshoot-logs-drilldown.md'

View File

@@ -998,6 +998,7 @@ To remove error labels from results:
```logql
{app="foo"} | json | drop __error__, __error_details__
```
## Authentication and connection errors
These errors occur when connecting to Loki, often when using LogCLI.