diff options
| author | Mark Otto <[email protected]> | 2013-05-03 11:21:13 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-05-03 11:21:13 -0700 |
| commit | b0bd5899c55255abba96b01959e55a2feed8e4d3 (patch) | |
| tree | 71c6e12c5b03d4c7bcfa0695f5a2b3615e994fe1 | |
| parent | 77102dd2e4e68d0d32eea8b1762a96ecd5d39911 (diff) | |
| parent | a62e97091c6c1bd732a8f7e0761e724dfe50e0df (diff) | |
| download | bootstrap-b0bd5899c55255abba96b01959e55a2feed8e4d3.tar.xz bootstrap-b0bd5899c55255abba96b01959e55a2feed8e4d3.zip | |
Merge pull request #7762 from sethlilly/3.0.0-wip
Corrected typo in carousel.html
| -rw-r--r-- | docs/examples/carousel.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/carousel.html b/docs/examples/carousel.html index 954375d4b..cd6855aab 100644 --- a/docs/examples/carousel.html +++ b/docs/examples/carousel.html @@ -350,7 +350,7 @@ body { <div class="featurette"> <img class="featurette-image img-circle pull-right" data-src="holder.js/512x512"> - <h2 class="featurette-heading">First featurette headling. <span class="text-muted">It'll blow your mind.</span></h2> + <h2 class="featurette-heading">First featurette heading. <span class="text-muted">It'll blow your mind.</span></h2> <p class="lead">Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.</p> </div> |
