1 parent e13d2ee commit aa3304eCopy full SHA for aa3304e
packages/coreui-react/src/components/progress/CProgress.tsx
@@ -17,7 +17,7 @@ export interface CProgressProps
17
*/
18
height?: number
19
/**
20
- * A string of all className you want applied to the <CProgressBar/> component.
+ * A string of all className you want applied to the `<CProgressBar/>` component.
21
*
22
* @since 4.9.0
23
packages/docs/content/api/CProgress.api.mdx
@@ -62,7 +62,7 @@ import CProgress from '@coreui/react/src/components/progress/CProgress'
62
</tr>
63
<tr>
64
<td colSpan="3">
65
- <p>A string of all className you want applied to the <CProgressBar/> component.</p>
+ <p>A string of all className you want applied to the <code>{`<CProgressBar/>`}</code> component.</p>
66
</td>
67
68
<tr id="cprogress-thin">
0 commit comments