From c02f98a7bf99d3326b122111ff65591c11021762 Mon Sep 17 00:00:00 2001 From: Minku Lee <premist@me.com> Date: Tue, 27 Aug 2013 15:41:50 +0900 Subject: [PATCH] Add missing period on customize page. --- customize.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customize.html b/customize.html index e0b269e710..3ba8e28657 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"> -- GitLab