From 2a51ea8be2afdc1261fca709bc6b6744bda1d691 Mon Sep 17 00:00:00 2001 From: Christopher Batey Date: Thu, 14 Dec 2017 08:50:03 +0000 Subject: [PATCH] Fix doc typo in sharding doc (#24151) --- akka-docs/src/main/paradox/cluster-sharding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/src/main/paradox/cluster-sharding.md b/akka-docs/src/main/paradox/cluster-sharding.md index 354b2ae2be..bae98be5af 100644 --- a/akka-docs/src/main/paradox/cluster-sharding.md +++ b/akka-docs/src/main/paradox/cluster-sharding.md @@ -118,7 +118,7 @@ The `ShardRegion` actor is started on each node in the cluster, or group of node tagged with a specific role. The `ShardRegion` is created with two application specific functions to extract the entity identifier and the shard identifier from incoming messages. A shard is a group of entities that will be managed together. For the first message in a -specific shard the `ShardRegion` request the location of the shard from a central coordinator, +specific shard the `ShardRegion` requests the location of the shard from a central coordinator, the `ShardCoordinator`. The `ShardCoordinator` decides which `ShardRegion` shall own the `Shard` and informs