Skip to content

Commit da50120

Browse files
committed
Merge branch '3.4.x'
2 parents 4f757b5 + c1dbb27 commit da50120

File tree

1 file changed

+2
-2
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/features

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/features/external-config.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,8 @@ An import will only be imported once no matter how many times it is declared.
300300
==== Using "`Fixed`" and "`Import Relative`" Locations
301301

302302
Imports may be specified as _fixed_ or _import relative_ locations.
303-
An fixed location always resolves to the same underlying resource, regardless of the where the configprop:spring.config.import[] property is declared.
304-
An import relative location resolves relative to file that declares the the configprop:spring.config.import[] property.
303+
A fixed location always resolves to the same underlying resource, regardless of where the configprop:spring.config.import[] property is declared.
304+
An import relative location resolves relative to the file that declares the configprop:spring.config.import[] property.
305305

306306
A location starting with a forward slash (`/`) or a URL style prefix (`file:`, `classpath:`, etc) is considered fixed.
307307
All other locations are considered import relative.

0 commit comments

Comments
 (0)