From a9fce4577dd78dccf8bd36a6a431c19db9f452bd Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 13 Oct 2020 11:49:47 -0700 Subject: [PATCH] Fix spelling error. Change 'mat' to 'may'. --- .../src/docs/asciidoc/_includes/configuration-auto.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-geode-docs/src/docs/asciidoc/_includes/configuration-auto.adoc b/spring-geode-docs/src/docs/asciidoc/_includes/configuration-auto.adoc index 897aee62..cf6643fe 100644 --- a/spring-geode-docs/src/docs/asciidoc/_includes/configuration-auto.adoc +++ b/spring-geode-docs/src/docs/asciidoc/_includes/configuration-auto.adoc @@ -39,7 +39,7 @@ to see Spring Boot Auto-configuration for {geode-name} in action! You might ask how I can customize the _Auto-configuration_ provided by SBDG if I do not explicitly declare the annotation? -For example, you mat want to customize the member's "_name_". You know that the +For example, you may want to customize the member's "_name_". You know that the {spring-data-geode-javadoc}/org/springframework/data/gemfire/config/annotation/ClientCacheApplication.html[`@ClientCacheApplication`] annotation provides the {spring-data-geode-javadoc}/org/springframework/data/gemfire/config/annotation/EnableGemFireProperties.html#name--[`name`] attribute so you can set the client member's "_name_". But SBDG has already implicitly declared the `@ClientCacheApplication`