Skip to content

Commit 9955dac

Browse files
thorasinesnicoll
authored andcommitted
Fix typo
See gh-23456
1 parent 4d10fbf commit 9955dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ Set the value to `ignore` using `SpringApplication.setDefaultProperties(...)` or
669669
[[boot-features-external-config-files-wildcards]]
670670
==== Wildcard Locations
671671
If a config file location includes the `{asterisk}` character for the last path segment, it is considered a wildcard location.
672-
Wildcards are expanded when the config is loaded so that immediate subdirectories are are also checked.
672+
Wildcards are expanded when the config is loaded so that immediate subdirectories are also checked.
673673
Wildcard locations are particularly useful in an environment such as Kubernetes when there are multiple sources of config properties.
674674

675675
For example, if you have some Redis configuration and some MySQL configuration, you might want to keep those two pieces of configuration separate, while requiring that both those are present in an `application.properties` file.

0 commit comments

Comments
 (0)