Browse Source

Fix typo

See gh-30118
pull/30505/head
fml2 4 years ago committed by Stephane Nicoll
parent
commit
80b90ed386
  1. 2
      spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/external-config.adoc

2
spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/external-config.adoc

@ -123,7 +123,7 @@ For example, to look for `myproject.properties` and `myproject.yaml` files you c @@ -123,7 +123,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:

Loading…
Cancel
Save