Skip to content

Commit 54b75ff

Browse files
committed
Merge branch 'master' of github.com:twbs/bootstrap
2 parents e521ee8 + c6d51be commit 54b75ff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

components.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h1 id="glyphicons">Glyphicons</h1>
1515
</div>
1616

1717
<h2 id="glyphicons-glyphs">Available glyphs</h2>
18-
<p>Includes 180 glyphs in font format from the Glyphicon Halflings set. <a href="http://glyphicons.com/">Glyphicons</a> Halflings are normally not available for free, but their creator has made them available for Bootstrap free of cost. As a thank you, we only ask that you to include a link back to <a href="http://glyphicons.com/">Glyphicons</a> whenever possible.</p>
18+
<p>Includes 200 glyphs in font format from the Glyphicon Halflings set. <a href="http://glyphicons.com/">Glyphicons</a> Halflings are normally not available for free, but their creator has made them available for Bootstrap free of cost. As a thank you, we only ask that you to include a link back to <a href="http://glyphicons.com/">Glyphicons</a> whenever possible.</p>
1919
<ul class="bs-glyphicons">
2020
<li><span class="glyphicon glyphicon-adjust"></span> .glyphicon .glyphicon-adjust</li>
2121
<li><span class="glyphicon glyphicon-align-center"></span> .glyphicon .glyphicon-align-center</li>

examples/theme/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<!-- Main jumbotron for a primary marketing message or call to action -->
6565
<div class="jumbotron">
6666
<h1>Hello, world!</h1>
67-
<p>This is a template for a simple marketing or informational website. It includes a large callout called the hero unit and three supporting pieces of content. Use it as a starting point to create something more unique.</p>
67+
<p>This is a template for a simple marketing or informational website. It includes a large callout called a jumbotron and three supporting pieces of content. Use it as a starting point to create something more unique.</p>
6868
<p><a href="#" class="btn btn-primary btn-lg" role="button">Learn more &raquo;</a></p>
6969
</div>
7070

javascript.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ <h4 id="three">three</h4>
573573
<h2 id="scrollspy-usage">Usage</h2>
574574

575575
<h3>Via data attributes</h3>
576-
<p>To easily add scrollspy behavior to your topbar navigation, add <code>data-spy="scroll"</code> to the element you want to spy on (most typically this would be the <code>&lt;body&gt;</code>. Then add the <code>data-target</code> attribute with the ID or class of the parent element of any Bootstrap <code>.nav</code> component.</p>
576+
<p>To easily add scrollspy behavior to your topbar navigation, add <code>data-spy="scroll"</code> to the element you want to spy on (most typically this would be the <code>&lt;body&gt;</code>). Then add the <code>data-target</code> attribute with the ID or class of the parent element of any Bootstrap <code>.nav</code> component.</p>
577577
{% highlight html %}
578578
<body data-spy="scroll" data-target="#navbar-example">
579579
...

0 commit comments

Comments
 (0)