diff options
| author | Mark Otto <[email protected]> | 2013-09-01 10:18:54 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-01 10:18:54 +0200 |
| commit | 772e6e359e6efc9983c318905370ad9ac8d5a493 (patch) | |
| tree | 9751f160c81ed9eb26eafc62b3334004da4b306e /examples | |
| parent | 58401daf1c6d97301af707045f8e1f0651e7290b (diff) | |
| parent | c9303c17abc0f2f0c488d2bdd3b1e8d3f8a56b10 (diff) | |
| download | bootstrap-772e6e359e6efc9983c318905370ad9ac8d5a493.tar.xz bootstrap-772e6e359e6efc9983c318905370ad9ac8d5a493.zip | |
Merge branch 'master' of github.com:twbs/bootstrap
Diffstat (limited to 'examples')
| -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> |
