Merge pull request #9291 from adamtester/patch-1

Fix incorrect package name in Changelog
This commit is contained in:
Johan Haals
2022-02-02 08:52:55 +01:00
committed by GitHub
+1 -1
View File
@@ -102,7 +102,7 @@
To make this change to an existing app:
Add `@backstage/catalog-graph-plugin` as a `dependency` in `packages/app/package.json`
Add `@backstage/plugin-catalog-graph` as a `dependency` in `packages/app/package.json`
Apply the following changes to the `packages/app/src/components/catalog/EntityPage.tsx` file: