diff options
| author | Julian Thilo <[email protected]> | 2014-01-18 18:15:37 +0100 |
|---|---|---|
| committer | Julian Thilo <[email protected]> | 2014-01-18 18:15:37 +0100 |
| commit | 092b1a47efb142a015f055fbf04e1d8db526f152 (patch) | |
| tree | 87cedd13e75e4793a0893ee9ff3e0faa4941feac /docs | |
| parent | dcdf716eef06ceed259c525a0ab70e7065e3a14a (diff) | |
| download | bootstrap-092b1a47efb142a015f055fbf04e1d8db526f152.tar.xz bootstrap-092b1a47efb142a015f055fbf04e1d8db526f152.zip | |
Fix typo in index.html
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 428121b5e..8ab583ff9 100644 --- a/docs/index.html +++ b/docs/index.html @@ -25,7 +25,7 @@ title: Bootstrap <div class="row"> <div class="col-sm-4"> <img src="assets/img/sass-less.png" alt="Sass and Less support" class="img-responsive"> - <h3>Preprocesors</h3> + <h3>Preprocessors</h3> <p>In addition to vanilla CSS, Bootstrap includes support for the two most popular CSS preprocessors, <a href="{{ page.base_url }}css#less">Less</a> and <a href="{{ page.base_url }}css#sass">Sass</a>.</p> </div> <div class="col-sm-4"> |
