docs(progress-bar): fix typo (#20009)

This commit is contained in:
William Reiske
2019-12-04 14:43:20 -05:00
committed by Brandy Carney
parent 300d54356d
commit 66e6dfbe44

View File

@ -8,7 +8,7 @@ ion-progress-bar is a horizontal progress bar to visualize the progression of an
If the percentage of an operation is known, you should use the determinate type. This is the default type and the progress is represented by the `value` property. If the percentage of an operation is known, you should use the determinate type. This is the default type and the progress is represented by the `value` property.
A buffer shows circles as animation to indicate some activity. If the `buffer` property is smaller than 1 you can show the addditional buffering progress. A buffer shows circles as animation to indicate some activity. If the `buffer` property is smaller than 1 you can show the additional buffering progress.
### Indeterminate ### Indeterminate