diff options
| author | Christian <[email protected]> | 2013-08-28 20:09:17 +0900 |
|---|---|---|
| committer | Christian <[email protected]> | 2013-08-28 20:09:17 +0900 |
| commit | 32fbc882b913f2b8d26c4617433ebed5d1f22174 (patch) | |
| tree | 0cf72ec714ecac2a954ef542de9eb9bc8936331c | |
| parent | 73f10843a487ee94bed755ecfd7c853cb657bf38 (diff) | |
| download | bootstrap-32fbc882b913f2b8d26c4617433ebed5d1f22174.tar.xz bootstrap-32fbc882b913f2b8d26c4617433ebed5d1f22174.zip | |
Update index.html
Updated text in the jumbotron container to reflect the Bootstrap 3 change from hero unit to jumbotron. (Wasn't sure if it should be 'a Jumbotron' or just 'Jumbotron' though...
| -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> |
