diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/external-config.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/external-config.adoc index cd4751102cd8..395459f713bf 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/external-config.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/external-config.adoc @@ -120,7 +120,7 @@ For example, to look for `myproject.properties` and `myproject.yaml` files you c ---- You can also refer to an explicit location by using the configprop:spring.config.location[] environment property. -This properties accepts a comma-separated list of one or more locations to check. +This property accepts a comma-separated list of one or more locations to check. The following example shows how to specify two distinct files: