diff --git a/docs/backend-system/building-plugins-and-modules/08-migrating.md b/docs/backend-system/building-plugins-and-modules/08-migrating.md index 3e275f4157..794253a412 100644 --- a/docs/backend-system/building-plugins-and-modules/08-migrating.md +++ b/docs/backend-system/building-plugins-and-modules/08-migrating.md @@ -179,7 +179,8 @@ export const kubernetesPlugin = createBackendPlugin({ id: 'kubernetes', register(env) { const extensionPoint = new ClusterSupplier(); - // We register the extensionPoint with the backend which allows modules to register their own ClusterSupplier. + // We register the extension point with the backend, which allows modules to + // register their own ClusterSupplier. env.registerExtensionPoint( kubernetesClustersSupplierExtensionPoint, extensionPoint,