Browse Source

Merge pull request #30118 from fml2

* pr/30118:
  Fix typo

Closes gh-30118
pull/30505/head
Stephane Nicoll 4 years ago
parent
commit
fb45b2bb62
  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