We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afa971d commit d63e090Copy full SHA for d63e090
src/components/progress/README.md
@@ -40,7 +40,7 @@ export default {
40
Set the maximum value with the `max` prop (default is `100`), and the current value via the
41
`value` prop (default `0`).
42
43
-When creating multiple bars in a sinple process, place hte value prop on the individual
+When creating multiple bars in a single process, place the value prop on the individual
44
`<b-progress-bar>` sub components (see the **Multiple Bars** section below for more details)
45
46
## Labels
0 commit comments