=doc fix typo in sharding docs

//cc @patriknw
This commit is contained in:
Konrad Malawski 2015-09-28 12:59:55 +02:00 committed by Konrad Malawski
parent dc12f3bfd3
commit 20dfaded17
2 changed files with 2 additions and 3 deletions

View file

@ -259,7 +259,7 @@ Note that stopped entities will be started again when a new message is targeted
Graceful Shutdown
-----------------
You can send the message ``ClusterSharding.GracefulShutdown`` message (``ClusterSharding.gracefulShutdownInstance
You can send the message ``ClusterSharding.GracefulShutdown`` message (``ClusterSharding.gracefulShutdownInstance``
in Java) to the ``ShardRegion`` actor to handoff all shards that are hosted by that ``ShardRegion`` and then the
``ShardRegion`` actor will be stopped. You can ``watch`` the ``ShardRegion`` actor to know when it is completed.
During this period other regions will buffer messages for those shards in the same way as when a rebalance is