From a4473b97aaa93c40d98a06ac82f9bf625bc92383 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 16 Oct 2024 12:38:34 -0700 Subject: [PATCH] Polish --- .../src/docs/asciidoc/features/external-config.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/external-config.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/external-config.adoc index 8aed83b803a..c0bfa44904c 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/external-config.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/external-config.adoc @@ -945,8 +945,7 @@ Support for binding from environment variables is applied to the `systemEnvironm [[features.external-config.typesafe-configuration-properties.relaxed-binding.maps-from-environment-variables]] -===== Binding Maps from environment variables - +===== Binding Maps From Environment Variables When Spring Boot binds an environment variable to a property class, it lowercases the environment variable name before binding. Most of the time this detail isn't important, except when binding to `Map` properties.