DATAGEODE-30 - Fix Reference Guide formatting.

Fix typo in region.adoc involving the Local Region example.
This commit is contained in:
John Blum
2017-07-27 17:55:11 -07:00
parent 6dee0f6c6e
commit 61257ce010
2 changed files with 5 additions and 1 deletions

View File

@@ -308,8 +308,12 @@ For more details on using Apache Geode in JTA transactions, see http://geode.apa
For more details on configuring Apache Geode as a "_Last Resource_",
see http://geode.apache.org/docs/guide/11/developing/transactions/JTA_transactions.html#concept_csy_vfb_wk[here].
:leveloffset: +1
include::{basedocdir}/reference/cq-container.adoc[]
:leveloffset: -1
[[apis:declarable]]
== Wiring `Declarable` Components

View File

@@ -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 Geode cache named `gemfireCache`.
(`exampleLocalRegion`) and the bean assumes the existence of a Geode cache named `gemfireCache`.
[[bootstrap:region:replicate]]
== Replicated Region