aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/_includes/nav-components.html2
-rw-r--r--docs/components.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/nav-components.html b/docs/_includes/nav-components.html
index adc493eef..4348bcf00 100644
--- a/docs/_includes/nav-components.html
+++ b/docs/_includes/nav-components.html
@@ -102,7 +102,7 @@
<a href="#progress">Progress bars</a>
<ul class="nav">
<li><a href="#progress-basic">Basic example</a></li>
- <li><a href="#progress-labels">With labels</a></li>
+ <li><a href="#progress-labels">With label</a></li>
<li><a href="#progress-alternatives">Contextual alternatives</a></li>
<li><a href="#progress-striped">Striped</a></li>
<li><a href="#progress-animated">Animated</a></li>
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 %}