From 56fb06fbc7a59a4bf19a2e94ec7cd773c6d0435b Mon Sep 17 00:00:00 2001 From: Matthew Prinold Date: Fri, 27 Oct 2023 11:50:22 +0100 Subject: [PATCH] fix(changeset): fixes spelling mistakes Signed-off-by: Matthew Prinold --- .changeset/lucky-kids-cough.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/lucky-kids-cough.md b/.changeset/lucky-kids-cough.md index a12f85c127..2e2bed118e 100644 --- a/.changeset/lucky-kids-cough.md +++ b/.changeset/lucky-kids-cough.md @@ -2,4 +2,4 @@ '@backstage/plugin-catalog': patch --- -fixes bug where after unregistering an entity you are redirected to "/". Adds an optional externalRoute "unregisterRedirect" into the catalog plugin which when bound will be navigated to on successfull removal of an entity. If the external route is not bound it will default to using the catalog rootRouteRef "/catalog". +fixes bug where after unregistering an entity you are redirected to "/". Adds an optional external route "unregisterRedirect" into the catalog plugin which when bound will be navigated to on successful removal of an entity. If the external route is not bound it will default to using the catalog rootRouteRef "/catalog".