Skip to content

Commit

Permalink
docs: typo corrected in Table page (#9548)
Browse files Browse the repository at this point in the history
  • Loading branch information
kgogov authored Jul 23, 2024
1 parent d188638 commit 70bd227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/src/Table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 70bd227

Please sign in to comment.