diff options
| author | Quy <[email protected]> | 2017-01-05 14:24:40 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-01-05 14:24:40 -0800 |
| commit | 98e55484e73aeac37fedd9cc260f4b16f9c04698 (patch) | |
| tree | f72c4ef000997d8919aa6f8672b9b122c7cda9cf /docs/examples | |
| parent | 85a1fdcb29dd27803f2229d671a5e6b578d7f37e (diff) | |
| download | bootstrap-98e55484e73aeac37fedd9cc260f4b16f9c04698.tar.xz bootstrap-98e55484e73aeac37fedd9cc260f4b16f9c04698.zip | |
Doc updates (#21542)
* Change it's to its.
* Fix links
* Fix typos
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/navbars/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/navbars/index.html b/docs/examples/navbars/index.html index 037ee0c2d..9d3e9bd8c 100644 --- a/docs/examples/navbars/index.html +++ b/docs/examples/navbars/index.html @@ -179,7 +179,7 @@ <div class="jumbotron"> <div class="col-sm-8 mx-auto"> <h1>Navbar examples</h1> - <p>This example is a quick exercise to illustrate how the navbar and it's contents work. Some navbars extend the width of the viewport, others are confined within a <code>.container</code>. For positioning of navbars, checkout the <a href="../navbar-top/">top</a> and <a href="../navbar-top-fixed/">fixed top</a> examples.</p> + <p>This example is a quick exercise to illustrate how the navbar and its contents work. Some navbars extend the width of the viewport, others are confined within a <code>.container</code>. For positioning of navbars, checkout the <a href="../navbar-top/">top</a> and <a href="../navbar-top-fixed/">fixed top</a> examples.</p> <p>At the smallest breakpoint, the collapse plugin is used to hide the links and show a menu button to toggle the collapsed content.</p> <p> <a class="btn btn-primary" href="../../components/navbar/" role="button">View navbar docs »</a> |
