Skip to content

Commit 4b73c57

Browse files
committed
Fix typo in documentation
Fixes gh-11329
1 parent 100c2ce commit 4b73c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ following:
573573
. `classpath:custom-config/`
574574

575575
Alternatively, when custom config locations are configured by using
576-
`spring.config.addition-location`, they are used in addition to the default locations.
576+
`spring.config.additional-location`, they are used in addition to the default locations.
577577
Additional locations are searched before the default locations. For example, if
578578
additional locations of `classpath:/custom-config/,file:./custom-config/` are configured,
579579
the search order becomes the following:

0 commit comments

Comments
 (0)