Skip to content

Commit

Permalink
bug: fix table (carbon-design-system#4262)
Browse files Browse the repository at this point in the history
* bug: fix table

* chore: format

---------

Co-authored-by: Alison Joseph <alison.joseph@us.ibm.com>
  • Loading branch information
aagonzales and alisonjoseph authored Sep 16, 2024
1 parent d08e540 commit 5c3043b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/components/progress-bar/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ representing the progress. The indeterminate variant is visualized as a track on
which a bar is moving along in constant speed, repeating over time.

| Variant | Purpose |
| -------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --- |
| [Determinate](Determinate) | Use determinate progress bars where there is clear information about the progression — they convey exact and qualitative information about the progression. | |
| -------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Determinate](Determinate) | Use determinate progress bars where there is clear information about the progression — they convey exact and qualitative information about the progression. |
| [Indeterminate](/components/progress-bar/usage#indeterminate-progress-bar) | Use indeterminate progress bars where there is unclear information about the progression — they convey that users’ request, action, or data is being processed at the moment without indicating how long the activity will take. |

<Row>
Expand Down

0 comments on commit 5c3043b

Please sign in to comment.