From 70bd227e12e309cdbba1c3f80fd23d5a4a9ac8b7 Mon Sep 17 00:00:00 2001 From: Konstantin Gogov Date: Tue, 23 Jul 2024 18:33:53 +0300 Subject: [PATCH] docs: typo corrected in Table page (#9548) --- packages/main/src/Table.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/main/src/Table.ts b/packages/main/src/Table.ts index 3133b2790368..4c8fc564cfbc 100644 --- a/packages/main/src/Table.ts +++ b/packages/main/src/Table.ts @@ -149,7 +149,7 @@ type TableRowClickEventDetail = { * @experimental This Table web component is available since 2.0 and has been newly implemented to provide better screen reader and keyboard handling support. * Currently, it's considered experimental as its API is subject to change. * This Table replaces the previous Table web component, that has been part of **@ui5/webcomponents** version 1.x. - * For compatibility reasons, we moved the previous Tabple implementation to the **@ui5/webcomponents-compat** package + * For compatibility reasons, we moved the previous Table implementation to the **@ui5/webcomponents-compat** package * and will be maintained until the new Table is experimental. */ @customElement({