From cc67213b1f7e27669dd7047ff9f199096584dbf1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 16 Sep 2019 11:28:50 +0100 Subject: [PATCH] Correct capitalization of GemFire in the reference docs Closes gh-18001 --- .../src/main/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index f60b98f159..295fbcba9b 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -3745,7 +3745,7 @@ Spring Data provides additional projects that help you access a variety of NoSQL * {spring-data-elasticsearch}[Elasticsearch] * {spring-data-solr}[Solr] * {spring-data-redis}[Redis] -* {spring-data-gemfire}[Gemfire] or {spring-data-geode}[Geode] +* {spring-data-gemfire}[GemFire] or {spring-data-geode}[Geode] * {spring-data-cassandra}[Cassandra] * {spring-data-couchbase}[Couchbase] * {spring-data-ldap}[LDAP]