From 31ec8b7edd9aa19b7f4c60b93d3a11bb5f1157b8 Mon Sep 17 00:00:00 2001 From: Srikanth Manvi Date: Wed, 26 Jul 2017 12:22:31 -0400 Subject: [PATCH] SGF-652 - Typo in documentation. Resolves gh-90. (cherry picked from commit d531c651604879ae87146f0d3571ec199fdc05ea) Signed-off-by: John Blum --- src/main/asciidoc/reference/region.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/reference/region.adoc b/src/main/asciidoc/reference/region.adoc index 0d1ebc9b..6ed7abab 100644 --- a/src/main/asciidoc/reference/region.adoc +++ b/src/main/asciidoc/reference/region.adoc @@ -940,7 +940,7 @@ naming conventions to wire the cache): ---- Here, a local Region is created (if one doesn't exist already). The name of the Region is the same as the bean id -(`myLocalRegion`) and the bean assumes the existence of a GemFire cache named `gemfireCache`. +(`exampleLocalRegion`) and the bean assumes the existence of a GemFire cache named `gemfireCache`. [[bootstrap:region:replicate]] == Replicated Region