We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7630f33 commit d4910d9Copy full SHA for d4910d9
docs/sources/get-started/components.md
@@ -31,7 +31,7 @@ This page describes the responsibilities of each of these components.
31
## Distributor
32
33
The **distributor** service is responsible for handling incoming push requests from
34
-clients. It's the first stop in the write path for log data. Once the
+clients. It's the first step in the write path for log data. Once the
35
distributor receives a set of streams in an HTTP request, each stream is validated for correctness
36
and to ensure that it is within the configured tenant (or global) limits. Each valid stream
37
is then sent to `n` [ingesters](#ingester) in parallel, where `n` is the [replication factor](#replication-factor) for data.
0 commit comments