From 95ad7cb217da8fd079243ca0d93e3fcbd6246a36 Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 13 Dec 2019 08:34:05 -0800 Subject: [PATCH] Fix typo. --- .../src/docs/asciidoc/clientcache-applications.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-geode-docs/src/docs/asciidoc/clientcache-applications.adoc b/spring-geode-docs/src/docs/asciidoc/clientcache-applications.adoc index 3124ee1e..4ea94827 100644 --- a/spring-geode-docs/src/docs/asciidoc/clientcache-applications.adoc +++ b/spring-geode-docs/src/docs/asciidoc/clientcache-applications.adoc @@ -367,7 +367,7 @@ using the SDG `@EnableLocator` annotation: class SpringBootCacheServerWithEmbeddedLocatorApplication { ... } ---- -However, it is more common to start standalone Locator JVM processes. This useful when you want to increase +However, it is more common to start standalone Locator JVM processes. This is useful when you want to increase the resiliency of your cluster in face of network and process failures, which are bound to happen. If a Locator JVM process crashes or gets severed from the cluster due to a network failure, then having multiple Locators provides a higher degree of availability (HA) through redundancy.