Skip to content

Commit cec4d45

Browse files
jxblumsnicoll
authored andcommitted
Fix grammatical error in documentation
See gh-25411
1 parent ecf8437 commit cec4d45

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

Lines changed: 2 additions & 2 deletions
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)