Skip to content

Commit 62f395e

Browse files
docs(progress-bar) remove extra asterisk
Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com>
1 parent c48f5b9 commit 62f395e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/components/progress-bar/progress-bar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import type { Color } from '../../interface';
99
import type { IonProgressBarShape } from './progress-bar.interfaces';
1010

1111
/**
12-
* * @virtualProp {"ios" | "md"} mode - The mode determines the platform behaviors of the component.
12+
* @virtualProp {"ios" | "md"} mode - The mode determines the platform behaviors of the component.
1313
*
1414
* @part progress - The progress bar that shows the current value when `type` is `"determinate"` and slides back and forth when `type` is `"indeterminate"`.
1515
* @part stream - The animated circles that appear while buffering. This only shows when `buffer` is set and `type` is `"determinate"`.

0 commit comments

Comments
 (0)