]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update progress-bar.md 10575/head
authorwesdawg <wesdawg@users.noreply.github.com>
Thu, 24 Aug 2017 15:03:48 +0000 (11:03 -0400)
committerGitHub <noreply@github.com>
Thu, 24 Aug 2017 15:03:48 +0000 (11:03 -0400)
Fix valuenow on 25% example

docs/pages/progress-bar.md

index d43b0da21ffcd0a74d3d13d304210f4e46e15fc4..719273a9e317d3d6269fb110e98c251128a47a46 100644 (file)
@@ -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>