aboutsummaryrefslogtreecommitdiff
path: root/docs/components.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/components.html')
-rw-r--r--docs/components.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components.html b/docs/components.html
index 45c7d2e4b..efa8a0519 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -2275,7 +2275,7 @@ body { padding-bottom: 70px; }
{% highlight html %}
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%;">
- 60% Complete
+ 60%
</div>
</div>
{% endhighlight %}