Commit 4b73c574 authored by Madhura Bhave's avatar Madhura Bhave

Fix typo in documentation

Fixes gh-11329
parent 100c2ce8
...@@ -573,7 +573,7 @@ following: ...@@ -573,7 +573,7 @@ following:
. `classpath:custom-config/` . `classpath:custom-config/`
Alternatively, when custom config locations are configured by using 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 are searched before the default locations. For example, if
additional locations of `classpath:/custom-config/,file:./custom-config/` are configured, additional locations of `classpath:/custom-config/,file:./custom-config/` are configured,
the search order becomes the following: the search order becomes the following:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment