Skip to content

Commit 55ff71d

Browse files
committed
docs: update JSDoc comments
1 parent 1875f6a commit 55ff71d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/components/list-group/CListGroup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export interface CListGroupProps extends HTMLAttributes<HTMLDivElement | HTMLULi
1414
*/
1515
component?: string | ElementType
1616
/**
17-
* Remove some borders and rounded corners to render list group items edge-to-edge in a parent component (e.g., <CCard>) [docs]
17+
* Remove some borders and rounded corners to render list group items edge-to-edge in a parent component (e.g., `<CCard>`). [docs]
1818
*/
1919
flush?: boolean
2020
/**

src/components/progress/CProgress.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export interface CProgressProps
1111
*/
1212
className?: string
1313
/**
14-
* Sets the height of the component. If you set that value the inner <CProgressBar> will automatically resize accordingly. [docs]
14+
* Sets the height of the component. If you set that value the inner `<CProgressBar>` will automatically resize accordingly. [docs]
1515
*/
1616
height?: number
1717
/**

src/components/table/CTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export interface CTableProps extends HTMLAttributes<HTMLTableElement> {
2424
*/
2525
borderless?: boolean
2626
/**
27-
* Put the <caption> on the top of the table. [docs]
27+
* Put the `<caption>` on the top of the table. [docs]
2828
*/
2929
caption?: 'top'
3030
/**

0 commit comments

Comments
 (0)