diff options
| author | Chris Rebert <[email protected]> | 2013-09-19 15:49:53 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-09-19 15:49:53 -0700 |
| commit | 607b802d2fe8bcf536198d44dd1914212d3b208d (patch) | |
| tree | c5455175c3564ec34d4410b9d7edcec062500866 | |
| parent | abad169f4beff8f2ee1f49074eb2df82f477b5db (diff) | |
| download | bootstrap-607b802d2fe8bcf536198d44dd1914212d3b208d.tar.xz bootstrap-607b802d2fe8bcf536198d44dd1914212d3b208d.zip | |
fix #10732
| -rw-r--r-- | components.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components.html b/components.html index db869a036..e405df82d 100644 --- a/components.html +++ b/components.html @@ -2102,7 +2102,7 @@ body { padding-bottom: 70px; } <div class="page-header"> <h1 id="jumbotron">Jumbotron</h1> </div> - <p>A lightweight, flexible component that can optional extend the entire viewport to showcase key content on your site. To make the jumbotron full width, don't include it within a <code>.container</code>. Placing it within a container will keep it at the width of the rest of your content and provide rounded corners.</p> + <p>A lightweight, flexible component that can optionally extend the entire viewport to showcase key content on your site. To make the jumbotron full width, don't include it within a <code>.container</code>. Placing it within a container will keep it at the width of the rest of your content and provide rounded corners.</p> <div class="bs-example"> <div class="jumbotron"> <div class="container"> |
