Fix typo in documentation

Fixes gh-11329
This commit is contained in:
Madhura Bhave 2017-12-12 10:50:55 -08:00
parent 100c2ce86f
commit 4b73c5748b
1 changed files with 1 additions and 1 deletions

View File

@ -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: