From f2f502e288804ab1b1bd77a6ef933ab4e9934b1c Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 20 Apr 2020 21:18:11 -0700 Subject: [PATCH] Fix misspelling. --- .../src/docs/asciidoc/_includes/gemfire-properties.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-geode-docs/src/docs/asciidoc/_includes/gemfire-properties.adoc b/spring-geode-docs/src/docs/asciidoc/_includes/gemfire-properties.adoc index 0f7d8615..095d3c96 100644 --- a/spring-geode-docs/src/docs/asciidoc/_includes/gemfire-properties.adoc +++ b/spring-geode-docs/src/docs/asciidoc/_includes/gemfire-properties.adoc @@ -26,7 +26,7 @@ durable-client-id=123 # ... ---- -All of the properties declared in the `gemfire.propertiese` file shown above correspond to valid Geode Properties. +All of the properties declared in the `gemfire.properties` file shown above correspond to valid Geode Properties. It is illegal to declare properties in a `gemfire.properties` file that are not valid Geode Properties, even if those properties are prefixed with a different qualifier (e.g. "_spring.*_"). Both {geode-name} and {gemfire-name} are very particular about this and will throw an `IllegalArgumentException` for invalid properties.