From 1d685ede04ce4c19e062f8a4cf10bbf5da669a6d Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 16 Apr 2019 13:36:40 -0700 Subject: [PATCH] Change Templates chapter title to 'Data Access with GemfireTemplate'. Resolves gh-31. --- spring-geode-docs/src/docs/asciidoc/templates.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-geode-docs/src/docs/asciidoc/templates.adoc b/spring-geode-docs/src/docs/asciidoc/templates.adoc index 60e318a2..0b0e9606 100644 --- a/spring-geode-docs/src/docs/asciidoc/templates.adoc +++ b/spring-geode-docs/src/docs/asciidoc/templates.adoc @@ -1,5 +1,5 @@ [[geode-data-access-region-templates]] -== Data Access with Region Templates +== Data Access with GemfireTemplate There are several ways to access data stored in Apache Geode. For instance, developers may choose to use the {apache-geode-javadoc}/org/apache/geode/cache/Region.html[Region API] directly. If developers are driven by