diff options
| author | Seth Lilly <[email protected]> | 2013-05-02 14:03:54 -0300 |
|---|---|---|
| committer | Seth Lilly <[email protected]> | 2013-05-02 14:03:54 -0300 |
| commit | c8daf15985f82c08f43925dea13d5854313bd418 (patch) | |
| tree | 68b97f972b69c7c769e1c6108f801db8fb315e21 /carousel.html | |
| parent | f76c222089551c64f24d54cfb2888db454d0006c (diff) | |
| download | bootstrap-c8daf15985f82c08f43925dea13d5854313bd418.tar.xz bootstrap-c8daf15985f82c08f43925dea13d5854313bd418.zip | |
Corrected typo in carousel.html
Changed text from "First featurette headling" to "First featurette heading" in the first `h2.featurette-heading` tag.
Diffstat (limited to 'carousel.html')
| -rw-r--r-- | carousel.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/carousel.html b/carousel.html index 954375d4b..cd6855aab 100644 --- a/carousel.html +++ b/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> |
