diff options
| author | Mark Otto <[email protected]> | 2014-12-31 10:39:56 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-12-31 10:39:56 -0800 |
| commit | 1a932b7e02ccb091a6e99e74039f3ea949ce459e (patch) | |
| tree | 66b7012e97657bc5ad5542e59ded8f0064eb36e3 /docs/examples | |
| parent | a5e127fd168f33c087b645afb456c27c7da2bb6d (diff) | |
| parent | b9de4b739200537307112fdc59512a867a3f3774 (diff) | |
| download | bootstrap-1a932b7e02ccb091a6e99e74039f3ea949ce459e.tar.xz bootstrap-1a932b7e02ccb091a6e99e74039f3ea949ce459e.zip | |
Merge branch 'v4' of https://github.com/twbs/derpstrap into v4
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/album/index.html | 2 | ||||
| -rw-r--r-- | docs/examples/navbar-top/index.html | 2 | ||||
| -rw-r--r-- | docs/examples/navbar/index.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/examples/album/index.html b/docs/examples/album/index.html index 6a3c085a8..ac456377b 100644 --- a/docs/examples/album/index.html +++ b/docs/examples/album/index.html @@ -50,7 +50,7 @@ <section class="jumbotron text-center"> <div class="container"> <h1 class="jumbotron-heading">Album example</h1> - <p class="lead text-muted">Something short and leading about the collection below—it's contents, the creator, etc. Make it short and sweet, but not too short so folks don't simply skip over it entirely.</p> + <p class="lead text-muted">Something short and leading about the collection below—its contents, the creator, etc. Make it short and sweet, but not too short so folks don't simply skip over it entirely.</p> <p> <a href="#" class="btn btn-primary">Main call to action</a> <a href="#" class="btn btn-secondary">Secondary action</a> diff --git a/docs/examples/navbar-top/index.html b/docs/examples/navbar-top/index.html index 334b8430a..f54f5eafd 100644 --- a/docs/examples/navbar-top/index.html +++ b/docs/examples/navbar-top/index.html @@ -37,7 +37,7 @@ <div class="container"> <div class="jumbotron"> <h1>Navbar example</h1> - <p class="lead">This example is a quick exercise to illustrate how the top-aligned navbar works. As you scroll, this navbar remains in it's original position and moves with the rest of the page.</p> + <p class="lead">This example is a quick exercise to illustrate how the top-aligned navbar works. As you scroll, this navbar remains in its original position and moves with the rest of the page.</p> <a class="btn btn-lg btn-primary" href="../../components/#navbar" role="button">View navbar docs »</a> </div> </div> diff --git a/docs/examples/navbar/index.html b/docs/examples/navbar/index.html index d6084e663..fde91fa8f 100644 --- a/docs/examples/navbar/index.html +++ b/docs/examples/navbar/index.html @@ -39,7 +39,7 @@ <!-- Main component for a primary marketing message or call to action --> <div class="jumbotron"> <h1>Navbar example</h1> - <p>This example is a quick exercise to illustrate how the default navbar works. It's placed within a <code>.container</code> to limit it's width and will scroll with the rest of the page's content.</p> + <p>This example is a quick exercise to illustrate how the default navbar works. It's placed within a <code>.container</code> to limit its width and will scroll with the rest of the page's content.</p> <p> <a class="btn btn-lg btn-primary" href="../../components/#navbar" role="button">View navbar docs »</a> </p> |
