Skip to content

Commit

Permalink
Merge pull request #10575 from wesdawg/patch-1
Browse files Browse the repository at this point in the history
Fix Progress Bar Example valuenow
  • Loading branch information
kball authored Aug 29, 2017
2 parents b268169 + 5f2df36 commit b5ef1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/progress-bar.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ You can add text inside the meter of a progress bar. Make sure the text you use
</div>

```html_example
<div class="progress" role="progressbar" tabindex="0" aria-valuenow="20" aria-valuemin="0" aria-valuetext="25 percent" aria-valuemax="100">
<div class="progress" role="progressbar" tabindex="0" aria-valuenow="25" aria-valuemin="0" aria-valuetext="25 percent" aria-valuemax="100">
<span class="progress-meter" style="width: 25%">
<p class="progress-meter-text">25%</p>
</span>
Expand Down

0 comments on commit b5ef1a8

Please sign in to comment.