Skip to content

Commit 785f9e9

Browse files
dhavalveeraSutuSebastian
authored andcommitted
fix: typo mistake for giving name for example
1 parent 823ad60 commit 785f9e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/web/content/docs/components/progress.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ Set your own custom colors for the progress bar component by using the `color` p
4747

4848
Use this Circular progress example to show a progress bar where you can set the progress rate using the `progress` prop from React which should be a number from 1 to 100.
4949

50-
<Example name="progress.circular" />
50+
<Example name="progress.circularProgress" />
5151

5252
## Circular Progress With Text
5353

5454
Use this Circular progress example to show a progress bar with a label. You can set the label text using the `textLabel` prop and the progress text using the `labelText` prop.
5555

56-
<Example name="progress.circularWithText" />
56+
<Example name="progress.circularProgressWithText" />
5757

5858
## Theme
5959

0 commit comments

Comments
 (0)