Fix typo in documentation

Fixes gh-11329
pull/11330/merge
Madhura Bhave 7 years ago
parent 100c2ce86f
commit 4b73c5748b

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

Loading…
Cancel
Save