Skip to content

Commit 64ef7ba

Browse files
committed
fix typos
1 parent ed0a8c5 commit 64ef7ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/main/src/webComponents/StandardListItem/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export interface StandardListItemPropTypes extends WithWebComponentPropTypes {
1010
*/
1111
description?: string;
1212
/**
13-
* Defines the <code>icon</code> source URI. <br><br> <b>Note:</b> SAP-icons font provides numerous buil-in icons. To find all the available icons, see the <StandardListItemnk target="_blank" href="https://openui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html" class="api-table-content-cell-link">Icon Explorer</StandardListItemnk>.
13+
* Defines the <code>icon</code> source URI. <br><br> <b>Note:</b> SAP-icons font provides numerous built-in icons. To find all the available icons, see the <ui5-link target="_blank" href="https://openui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html" class="api-table-content-cell-link">Icon Explorer</ui5-link>.
1414
*/
1515
icon?: string;
1616
/**

packages/main/src/webComponents/TimelineItem/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { FC, ReactNode } from 'react';
44

55
export interface TimelineItemPropTypes extends WithWebComponentPropTypes {
66
/**
7-
* Defines the icon to be displayed as graphical element within the <code>TimelineItem-item</code>. SAP-icons font provides numerous options. <br><br><br/><br/>
7+
* Defines the icon to be displayed as graphical element within the <code>TimelineItem</code>. SAP-icons font provides numerous options. <br><br><br/><br/>
88
*
99
* See all the available icons in the <ui5-link target="_blank" href="https://openui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html" class="api-table-content-cell-link">Icon Explorer</ui5-link>.
1010
*/
@@ -26,7 +26,7 @@ export interface TimelineItemPropTypes extends WithWebComponentPropTypes {
2626
*/
2727
titleText?: string;
2828
/**
29-
* Determines the description of the <code>TimelineItem-item</code>.
29+
* Determines the description of the <code>TimelineItem</code>.
3030
*/
3131
children?: ReactNode | ReactNode[];
3232
/**

0 commit comments

Comments
 (0)