Browse Source

Fix grammatical error in documentation

See gh-25411
pull/25507/head
John Blum 5 years ago committed by Stephane Nicoll
parent
commit
cec4d45cf6
  1. 4
      spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc

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

@ -643,9 +643,9 @@ For example, if `spring.config.location` is configured with the value `optional: @@ -643,9 +643,9 @@ For example, if `spring.config.location` is configured with the value `optional:
. `optional:classpath:custom-config/`
. `optional:file:./custom-config/`
If you prefer to add addition locations, rather than replacing them, you can use `spring.config.additional-location`.
If you prefer to add additional locations, rather than replacing them, you can use `spring.config.additional-location`.
Properties loaded from additional locations can override those in the default locations.
For example, if `spring.config.additional-location` is configured with the value `optional:classpath:/custom-config/,optional:file:./custom-config/`, the complete the complete set of locations considered is:
For example, if `spring.config.additional-location` is configured with the value `optional:classpath:/custom-config/,optional:file:./custom-config/`, the complete set of locations considered is:
. `optional:classpath:/`
. `optional:classpath:/config/`

Loading…
Cancel
Save