Update docs/backend-system/building-plugins-and-modules/08-migrating.md

Signed-off-by: Johan Haals <johan.haals@gmail.com>

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Johan Haals <johan@haals.se>
This commit is contained in:
Johan Haals
2023-01-18 14:55:55 +01:00
committed by GitHub
parent 03ea9b4be4
commit b4d4246dbf
@@ -156,7 +156,7 @@ export const kubernetesClustersSupplierExtensionPoint =
});
```
Now we can use this extension point in the kubernetes backend plugin to register the ExtensionPoint for modules to use.
Now we can use this extension point in the kubernetes backend plugin to register the extension point for modules to use.
```ts
import { kubernetesClustersSupplierExtensionPoint } from '@backstage/plugin-kubernetes-node';