diff --git a/docs/components.html b/docs/components.html
index ee819a244e858ea179c9552b8abdcedb3fed3074..071e546dc44ebc5502b0cfd41d04c4e027ca055c 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -243,10 +243,10 @@ lead: "Dozens of reusable components built to provide iconography, dropdowns, na
     <p>Make a set of buttons appear vertically stacked rather than horizontally.</p>
     <div class="bs-example">
       <div class="btn-group-vertical">
-        <button type="button" class="btn btn-default"><i class="glyphicon glyphicon-align-left"></i></button>
-        <button type="button" class="btn btn-default"><i class="glyphicon glyphicon-align-center"></i></button>
-        <button type="button" class="btn btn-default"><i class="glyphicon glyphicon-align-right"></i></button>
-        <button type="button" class="btn btn-default"><i class="glyphicon glyphicon-align-justify"></i></button>
+        <button type="button" class="btn btn-default">Button</button>
+        <button type="button" class="btn btn-default">Button</button>
+        <button type="button" class="btn btn-default">Button</button>
+        <button type="button" class="btn btn-default">Button</button>
       </div>
     </div>
 {% highlight html %}