Skip to content

Commit 2d980f5

Browse files
Update docs/internal/DistributedArchitectureGuide.md
Co-authored-by: David Turner <[email protected]>
1 parent 101b097 commit 2d980f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/internal/DistributedArchitectureGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Each index consists of a fixed number of primary shards. The number of primary s
201201
primary shard can have zero-to-many replicas used for data redundancy. The number of replicas per shard can be changed dynamically.
202202

203203
The allocation assignment status of each shard copy is tracked by its [ShardRoutingState][]. The `RoutingTable` and `RoutingNodes` objects
204-
are responsible for tracking to which data nodes each shard in the cluster is allocated: see the [routing package javadoc][] for more
204+
are responsible for tracking the data nodes to which each shard in the cluster is allocated: see the [routing package javadoc][] for more
205205
details about these structures.
206206

207207
[routing package javadoc]: https://github.com/elastic/elasticsearch/blob/v9.0.0-beta1/server/src/main/java/org/elasticsearch/cluster/routing/package-info.java

0 commit comments

Comments
 (0)