From cdd177b2c68789f59d401bcb0ff4f272cb20f033 Mon Sep 17 00:00:00 2001 From: Jean-Loup Roussel-Clouet Date: Wed, 1 Aug 2018 18:24:18 +0900 Subject: [PATCH] Fix a typo in cluster-usage.md (#25424) --- akka-docs/src/main/paradox/cluster-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/src/main/paradox/cluster-usage.md b/akka-docs/src/main/paradox/cluster-usage.md index 0cad185a65..faf82d3cf6 100644 --- a/akka-docs/src/main/paradox/cluster-usage.md +++ b/akka-docs/src/main/paradox/cluster-usage.md @@ -247,7 +247,7 @@ configured `seed-node-timeout`. 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 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 dynamically and a restart with new seed-nodes should be tried after unsuccessful attempts.