diff options
| author | Mark Otto <[email protected]> | 2013-09-01 01:09:55 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-01 01:09:55 -0700 |
| commit | c9303c17abc0f2f0c488d2bdd3b1e8d3f8a56b10 (patch) | |
| tree | 433e6dca73f7d127072d5f177a2f850f74d0fe88 | |
| parent | a7863c112d9b990d4da7a9c9052f58a42b855a02 (diff) | |
| parent | 32fbc882b913f2b8d26c4617433ebed5d1f22174 (diff) | |
| download | bootstrap-c9303c17abc0f2f0c488d2bdd3b1e8d3f8a56b10.tar.xz bootstrap-c9303c17abc0f2f0c488d2bdd3b1e8d3f8a56b10.zip | |
Merge pull request #10249 from coliff/patch-1
Update index.html (update text from hero unit to jumbotron)
| -rw-r--r-- | examples/jumbotron/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/jumbotron/index.html b/examples/jumbotron/index.html index e67905c3d..c59610628 100644 --- a/examples/jumbotron/index.html +++ b/examples/jumbotron/index.html @@ -69,7 +69,7 @@ <div class="jumbotron"> <div class="container"> <h1>Hello, world!</h1> - <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> + <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> <p><a class="btn btn-primary btn-lg" role="button">Learn more »</a></p> </div> </div> |
