From ec6a674832ff9c3a7bee9a009369612b4609c617 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 14 Apr 2020 20:33:56 -0700 Subject: [PATCH] Fix spelling error. --- spring-geode-docs/src/docs/asciidoc/_includes/appendix.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-geode-docs/src/docs/asciidoc/_includes/appendix.adoc b/spring-geode-docs/src/docs/asciidoc/_includes/appendix.adoc index 16899bef..dc239de3 100644 --- a/spring-geode-docs/src/docs/asciidoc/_includes/appendix.adoc +++ b/spring-geode-docs/src/docs/asciidoc/_includes/appendix.adoc @@ -222,7 +222,7 @@ since it allows you to manually spin up, test and debug your applications quickl Spring Boot for Apache Geode/Pivotal GemFire includes such a class: -.Spring Boot application class used to configure and boostrap an Apache Geode/Pivotal GemFire server +.Spring Boot application class used to configure and bootstrap an Apache Geode/Pivotal GemFire server [source,java] ---- include::{docs-src-dir}/org/springframework/geode/docs/example/app/server/SpringBootApacheGeodeCacheServerApplication.java[tags=class]