diff --git a/docs/src/reference/docbook/reference/bootstrap.xml b/docs/src/reference/docbook/reference/bootstrap.xml index 8cb75187..48748b24 100644 --- a/docs/src/reference/docbook/reference/bootstrap.xml +++ b/docs/src/reference/docbook/reference/bootstrap.xml @@ -42,10 +42,10 @@ For example, GemFire provides several callback interfaces such as - CacheListener - , - CacheWriter - , + CacheListener, + + CacheWriter, + and CacheLoader to allow developers to add custom event handlers. Using the Spring IoC container, these may configured as normal Spring beans and diff --git a/docs/src/reference/docbook/reference/region.xml b/docs/src/reference/docbook/reference/region.xml index 93a83244..d475b950 100644 --- a/docs/src/reference/docbook/reference/region.xml +++ b/docs/src/reference/docbook/reference/region.xml @@ -488,9 +488,9 @@ Persistence may also be configured using the - data-policy attribute, set to one of GemFire's - data policy settings. For instance... + data-policy attribute, set to one of GemFire's + data policy settings. For instance... <gfe:partitioned-region id="persitent-partition" data-policy="PERSISTENT_PARTITION"/>