From 83388d17e4a1da5d675fc8e15ea1c2a15368bffe Mon Sep 17 00:00:00 2001 From: mufaddal motiwala Date: Fri, 21 Jan 2022 01:19:06 +0530 Subject: [PATCH] typo fix Signed-off-by: mufaddal motiwala --- .changeset/smooth-ghosts-trade.md | 2 +- plugins/catalog/src/plugin.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/smooth-ghosts-trade.md b/.changeset/smooth-ghosts-trade.md index 58c3753747..64be2bd8c9 100644 --- a/.changeset/smooth-ghosts-trade.md +++ b/.changeset/smooth-ghosts-trade.md @@ -3,4 +3,4 @@ --- Deprecated `EntitySystemDiagramCard` -`EntitySystemDiagramCard` is replaced by `EntityCatalogGraphCard` which is imported from `backstage/catalog-graph-plugin` . This component will be removed in an upcoming release +`EntitySystemDiagramCard` is replaced by `EntityCatalogGraphCard` which is imported from `@backstage/plugin-catalog-graph`. This component will be removed in an upcoming release diff --git a/plugins/catalog/src/plugin.ts b/plugins/catalog/src/plugin.ts index a339b7e9d4..5a94cd2a09 100644 --- a/plugins/catalog/src/plugin.ts +++ b/plugins/catalog/src/plugin.ts @@ -178,7 +178,7 @@ export const EntityDependsOnResourcesCard = catalogPlugin.provide( ); /** - * @deprecated This component is replaced by EntityCatalogGraphCard which is imported from backstage/catalog-graph-plugin. This component will be removed in an + * @deprecated This component is replaced by EntityCatalogGraphCard which is imported from `@backstage/plugin-catalog-graph`. This component will be removed in an * upcoming release */ export const EntitySystemDiagramCard = catalogPlugin.provide(