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 | a62e97091c6c1bd732a8f7e0761e724dfe50e0df (patch) | |
| tree | c1828d1509dbfc95e6bfc8f81ac94b3f9c2314fc | |
| parent | c63b793a0d0f7cd223dc988c2429f5f6c878a8b6 (diff) | |
| download | bootstrap-a62e97091c6c1bd732a8f7e0761e724dfe50e0df.tar.xz bootstrap-a62e97091c6c1bd732a8f7e0761e724dfe50e0df.zip | |
Corrected typo in carousel.html
Changed text from "First featurette headling" to "First featurette heading" in the first `h2.featurette-heading` tag.
| -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> |
