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 5c767c6cb7d8..a75e31d3b78d 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 @@ -108,8 +108,8 @@ Spring Boot will automatically find and load `application.properties` and `appli .. The classpath `/config` package . From the current directory .. The current directory -.. The `/config` subdirectory in the current directory -.. Immediate child directories of the `/config` subdirectory +.. The `config/` subdirectory in the current directory +.. Immediate child directories of the `config/` subdirectory The list is ordered by precedence (with values from lower items overriding earlier ones). Documents from the loaded files are added as `PropertySources` to the Spring `Environment`.