From 66e6dfbe44e7ba6b7981fdafc1900ba870ea27cd Mon Sep 17 00:00:00 2001 From: William Reiske Date: Wed, 4 Dec 2019 14:43:20 -0500 Subject: [PATCH] docs(progress-bar): fix typo (#20009) --- core/src/components/progress-bar/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/progress-bar/readme.md b/core/src/components/progress-bar/readme.md index 2b61b2d7c1..f5e3e4c651 100644 --- a/core/src/components/progress-bar/readme.md +++ b/core/src/components/progress-bar/readme.md @@ -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. -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