Skip to content

Commit 7dd5686

Browse files
docs: fix typo ? (#12898)
Co-authored-by: J Stickler <[email protected]> (cherry picked from commit d4910d9)
1 parent aabd9e3 commit 7dd5686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sources/get-started/components.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This page describes the responsibilities of each of these components.
3131
## Distributor
3232

3333
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
34+
clients. It's the first step in the write path for log data. Once the
3535
distributor receives a set of streams in an HTTP request, each stream is validated for correctness
3636
and to ensure that it is within the configured tenant (or global) limits. Each valid stream
3737
is then sent to `n` [ingesters](#ingester) in parallel, where `n` is the [replication factor](#replication-factor) for data.

0 commit comments

Comments
 (0)