Skip to content

Commit

Permalink
Fixed two typos in README.ms (bootstrap-vue#1927)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfp authored and mosinve committed Jul 7, 2018
1 parent afa971d commit d63e090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/progress/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default {
Set the maximum value with the `max` prop (default is `100`), and the current value via the
`value` prop (default `0`).

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
`<b-progress-bar>` sub components (see the **Multiple Bars** section below for more details)

## Labels
Expand Down

0 comments on commit d63e090

Please sign in to comment.