diff options
| author | Minku Lee <[email protected]> | 2013-08-27 15:41:50 +0900 |
|---|---|---|
| committer | Minku Lee <[email protected]> | 2013-08-27 15:41:50 +0900 |
| commit | c02f98a7bf99d3326b122111ff65591c11021762 (patch) | |
| tree | adcc867e3b8db0f4d93f4bc96ea73872ead0de09 /customize.html | |
| parent | 2970653bdc745d2caab512bf32e51d6a29e51cc2 (diff) | |
| download | bootstrap-c02f98a7bf99d3326b122111ff65591c11021762.tar.xz bootstrap-c02f98a7bf99d3326b122111ff65591c11021762.zip | |
Add missing period on customize page.
Diffstat (limited to 'customize.html')
| -rw-r--r-- | customize.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/customize.html b/customize.html index e0b269e71..3ba8e2865 100644 --- a/customize.html +++ b/customize.html @@ -13,7 +13,7 @@ base_url: "../" <button class="btn btn-default toggle" type="button">Toggle all</button> <h1 id="less">LESS files</h1> </div> - <p class="lead">Choose which LESS files to compile into your custom build of Bootstrap. Not sure which files to use? Read through the <a href="../css/">CSS</a> and <a href="../components/">Components</a> pages in the docs</p> + <p class="lead">Choose which LESS files to compile into your custom build of Bootstrap. Not sure which files to use? Read through the <a href="../css/">CSS</a> and <a href="../components/">Components</a> pages in the docs.</p> <div class="row"> <div class="col-xs-6 col-sm-4"> |
