From 9562dbb4835a207645a3b70f134700e5c86a2905 Mon Sep 17 00:00:00 2001 From: Alexander Zerbe Date: Sun, 21 Mar 2021 11:45:36 +0100 Subject: [PATCH] fix: typos in changeset Signed-off-by: Alexander Zerbe --- .changeset/curly-fishes-speak.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.changeset/curly-fishes-speak.md b/.changeset/curly-fishes-speak.md index 42f395ca30..6654855a46 100644 --- a/.changeset/curly-fishes-speak.md +++ b/.changeset/curly-fishes-speak.md @@ -5,7 +5,9 @@ (fix) Adds locationAnalyzer to default-app template The locationAnalyzer was missing from the default-app template. -This resulted in 404 errors for newly bootstraped backstage applications, when adding components without configuration. +This resulted in 404 errors in newly bootstrapped backstage applications, +when adding components without configuration. -To fix this in an existing backstage application, the locationAnalyzer needs to be added to the `packages/backend/src/plugins/catalog.ts` file. +To fix this in an existing backstage application, the locationAnalyzer needs +to be added to the `packages/backend/src/plugins/catalog.ts` file. Check out `/backstage/packages/create-app/templates/default-app/packages/backend/src/plugins/catalog.ts` for reference.