File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 /**
Original file line number Diff line number Diff 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 /**
Original file line number Diff line number Diff 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 /**
You can’t perform that action at this time.
0 commit comments