From 65e9e53245288839b76551d805924a3c2bc99cb2 Mon Sep 17 00:00:00 2001 From: Ben Lambert Date: Fri, 8 Aug 2025 15:32:21 +0200 Subject: [PATCH] Update plugins/app/src/extensions/LegacyComponentsApi.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fredrik Adelöw Signed-off-by: Ben Lambert --- plugins/app/src/extensions/LegacyComponentsApi.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/app/src/extensions/LegacyComponentsApi.ts b/plugins/app/src/extensions/LegacyComponentsApi.ts index b9b0118aaa..aa05a52826 100644 --- a/plugins/app/src/extensions/LegacyComponentsApi.ts +++ b/plugins/app/src/extensions/LegacyComponentsApi.ts @@ -26,7 +26,7 @@ import { ComponentType } from 'react'; /** * This is the old component API that has been replaced by the new SwappableComponentsApi. * - * This backwards compatibility implementation exists to avoid breaking older plugins.$ + * This backwards compatibility implementation exists to avoid breaking older plugins. * * This was added for the 1.42 release, and can be removed in the future. *