From bc78080e69088182f6a097f01a9fb3aeaf9da8bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Ramos?= Date: Thu, 16 Aug 2018 16:15:52 +0100 Subject: [PATCH] Fix doc typo. The appendex incorrectly references the Spring property `spring.profiles.active` as `spring.profiles-active`. Resolves gh-10. --- spring-geode-docs/src/docs/asciidoc/appendix.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-geode-docs/src/docs/asciidoc/appendix.adoc b/spring-geode-docs/src/docs/asciidoc/appendix.adoc index 1ac5801d..e54dbccf 100644 --- a/spring-geode-docs/src/docs/asciidoc/appendix.adoc +++ b/spring-geode-docs/src/docs/asciidoc/appendix.adoc @@ -42,7 +42,7 @@ class with the following, recommended JRE command-line options: .Server 1 run profile configuration [source,txt] ---- --server -ea -Dspring.profiles-active= +-server -ea -Dspring.profiles.active= ---- Start the class. You should see similar output: