Fix a typo in cluster-usage.md (#25424)

This commit is contained in:
Jean-Loup Roussel-Clouet 2018-08-01 18:24:18 +09:00 committed by Christopher Batey
parent 50ce275848
commit cdd177b2c6

View file

@ -247,7 +247,7 @@ configured `seed-node-timeout`.
The joining of given seed nodes will by default be retried indefinitely until The joining of given seed nodes will by default be retried indefinitely until
a successful join. That process can be aborted if unsuccessful by configuring a a successful join. That process can be aborted if unsuccessful by configuring a
timeout. When aborted it will run @ref:[Coordinated Shutdown](actors.md#coordinated-shutdown), timeout. When aborted it will run @ref:[Coordinated Shutdown](actors.md#coordinated-shutdown),
which by default will terminated the ActorSystem. CoordinatedShutdown can also be configured to exit which by default will terminate the ActorSystem. CoordinatedShutdown can also be configured to exit
the JVM. It is useful to define this timeout if the `seed-nodes` are assembled the JVM. It is useful to define this timeout if the `seed-nodes` are assembled
dynamically and a restart with new seed-nodes should be tried after unsuccessful dynamically and a restart with new seed-nodes should be tried after unsuccessful
attempts. attempts.