From e44574d2147544aebf45f6d83c26d26048aba13f Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Wed, 14 Apr 2021 10:20:58 +0200 Subject: [PATCH] Update packages/catalog-model/src/location/helpers.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johan Haals johan.haals@gmail.com Co-authored-by: Fredrik Adelöw Signed-off-by: Johan Haals --- packages/catalog-model/src/location/helpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/catalog-model/src/location/helpers.ts b/packages/catalog-model/src/location/helpers.ts index 9dce67d054..5eff598c87 100644 --- a/packages/catalog-model/src/location/helpers.ts +++ b/packages/catalog-model/src/location/helpers.ts @@ -85,7 +85,7 @@ export function stringifyLocationReference(ref: { } /** - * Returns the source code location of the Entity, to the extend which one exists. + * Returns the source code location of the Entity, to the extent that one exists. * * If the returned location type is of type 'url', the target should be readable at least * using the UrlReader from @backstage/backend-common. If it is not of type 'url', the caller