From 543de7430bf10e72f851cef4e1715a3d4169a553 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 6 May 2025 10:42:24 -0700 Subject: [PATCH] Fix typos See gh-45349 --- .../modules/reference/pages/features/external-config.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/features/external-config.adoc b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/features/external-config.adoc index a77ba7517a2..d7e2bb024bb 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/features/external-config.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/features/external-config.adoc @@ -300,8 +300,8 @@ An import will only be imported once no matter how many times it is declared. ==== Using "`Fixed`" and "`Import Relative`" Locations Imports may be specified as _fixed_ or _import relative_ locations. -An fixed location always resolves to the same underlying resource, regardless of the where the configprop:spring.config.import[] property is declared. -An import relative location resolves relative to file that declares the the configprop:spring.config.import[] property. +A fixed location always resolves to the same underlying resource, regardless of where the configprop:spring.config.import[] property is declared. +An import relative location resolves relative to the file that declares the configprop:spring.config.import[] property. A location starting with a forward slash (`/`) or a URL style prefix (`file:`, `classpath:`, etc) is considered fixed. All other locations are considered import relative.