Skip to content

Commit 2fde67d

Browse files
committed
Merge pull request #25411 from jxblum
* pr/25411: Fix grammatical error in documentation Closes gh-25411
2 parents ecf8437 + cec4d45 commit 2fde67d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -643,9 +643,9 @@ For example, if `spring.config.location` is configured with the value `optional:
643643
. `optional:classpath:custom-config/`
644644
. `optional:file:./custom-config/`
645645

646-
If you prefer to add addition locations, rather than replacing them, you can use `spring.config.additional-location`.
646+
If you prefer to add additional locations, rather than replacing them, you can use `spring.config.additional-location`.
647647
Properties loaded from additional locations can override those in the default locations.
648-
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:
648+
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:
649649

650650
. `optional:classpath:/`
651651
. `optional:classpath:/config/`

0 commit comments

Comments
 (0)