Skip to content

Commit aa3304e

Browse files
committed
docs(CProgress): update API documentation
1 parent e13d2ee commit aa3304e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎packages/coreui-react/src/components/progress/CProgress.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export interface CProgressProps
1717
*/
1818
height?: number
1919
/**
20-
* A string of all className you want applied to the <CProgressBar/> component.
20+
* A string of all className you want applied to the `<CProgressBar/>` component.
2121
*
2222
* @since 4.9.0
2323
*/

‎packages/docs/content/api/CProgress.api.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ import CProgress from '@coreui/react/src/components/progress/CProgress'
6262
</tr>
6363
<tr>
6464
<td colSpan="3">
65-
<p>A string of all className you want applied to the <CProgressBar/> component.</p>
65+
<p>A string of all className you want applied to the <code>{`<CProgressBar/>`}</code> component.</p>
6666
</td>
6767
</tr>
6868
<tr id="cprogress-thin">

0 commit comments

Comments
 (0)