From 0c149d1c689615ef8d38ddafed0634f8ca925427 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Wed, 18 Jan 2023 14:56:03 +0100 Subject: [PATCH] Update docs/backend-system/building-plugins-and-modules/08-migrating.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johan Haals Co-authored-by: Fredrik Adelöw Signed-off-by: Johan Haals --- .../building-plugins-and-modules/08-migrating.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,