diff options
| author | Chris Rebert <[email protected]> | 2014-06-26 12:12:37 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-06-26 12:12:37 -0700 |
| commit | 83d9165287eb7f64c0135b1c0eb79573bce5c209 (patch) | |
| tree | 45dcfbc9455e82d6f426ba356460344eca6182c0 /docs | |
| parent | d79082aac893996be1c887b7f910a64c57e25690 (diff) | |
| parent | 1939d017c5ed7ff7054e0598836bcf4dad1a08a8 (diff) | |
| download | bootstrap-83d9165287eb7f64c0135b1c0eb79573bce5c209.tar.xz bootstrap-83d9165287eb7f64c0135b1c0eb79573bce5c209.zip | |
Merge pull request #13946 from rufo/patch-1
Fixed apostrophe typo on home page
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 7aeb64545..6ed1ade89 100644 --- a/docs/index.html +++ b/docs/index.html @@ -26,7 +26,7 @@ title: Bootstrap <div class="col-sm-4"> <img src="assets/img/sass-less.png" alt="Sass and Less support" class="img-responsive"> <h3>Preprocessors</h3> - <p>Bootstrap ships with vanilla CSS, but it's source code utilizes the two most popular CSS preprocessors, <a href="../css/#less">Less</a> and <a href="../css/#sass">Sass</a>. Quickly get started with precompiled CSS or build on the source.</p> + <p>Bootstrap ships with vanilla CSS, but its source code utilizes the two most popular CSS preprocessors, <a href="../css/#less">Less</a> and <a href="../css/#sass">Sass</a>. Quickly get started with precompiled CSS or build on the source.</p> </div> <div class="col-sm-4"> <img src="assets/img/devices.png" alt="Responsive across devices" class="img-responsive"> |
