diff --git a/docs/sources/shared/configuration.md b/docs/sources/shared/configuration.md index 9b56a9e3f9ade..d94cb125b1f88 100644 --- a/docs/sources/shared/configuration.md +++ b/docs/sources/shared/configuration.md @@ -2974,8 +2974,8 @@ The `limits_config` block configures global and per-tenant limits in Loki. The v # CLI flag: -validation.discover-log-levels [discover_log_levels: | default = true] -# When true, the ingester takes into account only the streams that belongs to -# this instance according to the ring while applying the stream limit. +# When true an ingester takes into account only the streams that it owns +# according to the ring while applying the stream limit. # CLI flag: -ingester.use-owned-stream-count [use_owned_stream_count: | default = false]