aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-08-17 17:26:54 -0700
committerChris Rebert <[email protected]>2013-08-17 17:26:54 -0700
commit27424ee42287f5047345fc8d54c55eedcbc3c172 (patch)
tree2549b428bf4111ef99ceb9959ecd09cee26f8eb2
parent5d84e02c1caf6c670dea2a877b4a375615871341 (diff)
downloadbootstrap-27424ee42287f5047345fc8d54c55eedcbc3c172.tar.xz
bootstrap-27424ee42287f5047345fc8d54c55eedcbc3c172.zip
improve grammar in "Alternate customization methods" docs
-rw-r--r--getting-started.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/getting-started.html b/getting-started.html
index 68dfedab4..5da537393 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -556,7 +556,7 @@ img { max-width: none; }
<div class="bs-callout bs-callout-info">
<h4>Alternate customization methods</h4>
- <p>While not recommended for folks new to Bootstrap, you may use one of two alternate methods for customization. The first is modifying the source .less files (making upgrades super difficult), and the second is mapping source LESS code to <a href="http://ruby.bvision.com/blog/please-stop-embedding-bootstrap-classes-in-your-html">your own classes via mixins</a>. For the time being, neither options are documented here.</p>
+ <p>While not recommended for folks new to Bootstrap, you may use one of two alternate methods for customization. The first is modifying the source .less files (making upgrades super difficult), and the second is mapping source LESS code to <a href="http://ruby.bvision.com/blog/please-stop-embedding-bootstrap-classes-in-your-html">your own classes via mixins</a>. For the time being, neither of those options are documented here.</p>
</div>
<h3>Removing potential bloat</h3>