diff --git a/docs/sources/reference/components/loki/loki.source.api.md b/docs/sources/reference/components/loki/loki.source.api.md index 6cfeaa6b3..5d702209c 100644 --- a/docs/sources/reference/components/loki/loki.source.api.md +++ b/docs/sources/reference/components/loki/loki.source.api.md @@ -124,7 +124,7 @@ loki.source.api "loki_push_api" { `loki.source.api` filters out all labels that start with `__`, for example, `__tenant_id__`. -If you need to be able to set the tenant ID, you must either make sure the `X-Scope-OrgID` header or use the [`loki.process`][loki.process] component. +If you need to be able to set the tenant ID, you must either make sure the `X-Scope-OrgID` header is present or use the [`loki.process`][loki.process] component. [loki.process]: ../loki.process/