Skip to content

Commit 1c4adbb

Browse files
committed
chore: fix typo
1 parent 6595e14 commit 1c4adbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/progress-bar/interfaces.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export interface ProgressBarProps extends BaseComponentProps {
2121
/**
2222
* Enables the correct styling of the progress bar in different contexts. You can set it to one of the following:
2323
*
24-
* - `"flash"` - Use this variatn when using the progress bar within a flash component.
24+
* - `"flash"` - Use this variant when using the progress bar within a flash component.
2525
* Note that the result button isn't displayed when using this variant.
2626
* Use the `buttonText` property and the `onButtonClick` event listener of the flashbar item instead of the result button provided by the progress bar.
2727
* - `"key-value"` - Use this variant when using the progress bar within the key-value pairs pattern.

0 commit comments

Comments
 (0)