From ceaeac88b41ce4e9a6a364acfa57b4a38ede0b3c Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 12 Apr 2019 15:21:48 -0700 Subject: [PATCH] Fix typo. --- .../src/docs/asciidoc/configuration-properties.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-geode-docs/src/docs/asciidoc/configuration-properties.adoc b/spring-geode-docs/src/docs/asciidoc/configuration-properties.adoc index 40746620..f4c3bcb8 100644 --- a/spring-geode-docs/src/docs/asciidoc/configuration-properties.adoc +++ b/spring-geode-docs/src/docs/asciidoc/configuration-properties.adoc @@ -4,7 +4,7 @@ The following 2 reference sections cover documented and well-known properties recognized and processed by _Spring Data for Apache Geode/Pivotal GemFire_ (SDG) as well as _Spring Session for Apache Geode/Pivotal GemFire_ (SSDG). -These properties maybe used in Spring Boot `application.properties` files, or as JVM System properties, to configure +These properties may be used in Spring Boot `application.properties` files, or as JVM System properties, to configure different aspects of or enable individual features of Apache Geode or Pivotal GemFire in a Spring application. When combined with the power of Spring Boot, magical things begin to happen.