Skip to content

Commit 475c240

Browse files
committed
Fix grammatical error in documentation
Closes gh-25411
1 parent 10ef991 commit 475c240

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
@@ -573,9 +573,9 @@ For example, if `spring.config.location` is configured with the value `optional:
573573
. `optional:classpath:custom-config/`
574574
. `optional:file:./custom-config/`
575575

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

580580
. `optional:classpath:/`
581581
. `optional:classpath:/config/`

0 commit comments

Comments
 (0)