From 4b73c5748ba5a00c2d2eedb65bb3ba7904c59a64 Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Tue, 12 Dec 2017 10:50:55 -0800 Subject: [PATCH] Fix typo in documentation Fixes gh-11329 --- .../src/main/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index fdc1e3aaaa..291147742d 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -573,7 +573,7 @@ following: . `classpath:custom-config/` Alternatively, when custom config locations are configured by using -`spring.config.addition-location`, they are used in addition to the default locations. +`spring.config.additional-location`, they are used in addition to the default locations. Additional locations are searched before the default locations. For example, if additional locations of `classpath:/custom-config/,file:./custom-config/` are configured, the search order becomes the following: