From 60e3c9a6b1d50ee71fda2a77f48228eea0ddc0ec Mon Sep 17 00:00:00 2001 From: Gwenneg Lepage Date: Tue, 5 Oct 2021 10:32:25 +0200 Subject: [PATCH] Fix configuration reference guide typo --- docs/src/main/asciidoc/config-reference.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/config-reference.adoc b/docs/src/main/asciidoc/config-reference.adoc index 0245a3f651e93..e539aa6fb152b 100644 --- a/docs/src/main/asciidoc/config-reference.adoc +++ b/docs/src/main/asciidoc/config-reference.adoc @@ -363,7 +363,7 @@ Additionally, the Expression Expansion engine supports the following segments: If an expression cannot be expanded and no default is supplied a `NoSuchElementException` is thrown. -NOTE: Expresions lookups are performed in all config sources. The expression values and expansion values may reside in +NOTE: Expressions lookups are performed in all config sources. The expression values and expansion values may reside in different config sources. === With Environment Variables