aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-10-10 02:27:26 -0700
committerChris Rebert <[email protected]>2013-10-10 02:27:26 -0700
commita96aff1e564227cc03f10aa757ff5c2b80c482b1 (patch)
treed7980dbbeebe5f583550ca5d877def171c7198cb
parent84413f6e29dccbf94a27e02c954bc91e3454aa80 (diff)
downloadbootstrap-a96aff1e564227cc03f10aa757ff5c2b80c482b1.tar.xz
bootstrap-a96aff1e564227cc03f10aa757ff5c2b80c482b1.zip
fix typo in Getting Started docs prose
-rw-r--r--getting-started.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/getting-started.html b/getting-started.html
index f5a9263b0..1ed2be5dc 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -995,7 +995,7 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
<p><strong>In summary, here's the basic workflow:</strong></p>
<ul>
<li>For each element you want to customize, find its code in the compiled Bootstrap CSS.</li>
- <li>Copy the component's selector and styles and paste them in your custom stylesheet. For instance, to customize the navbar background, just copy the <code>.navbar</code> style specificaton.</li>
+ <li>Copy the component's selector and styles and paste them in your custom stylesheet. For instance, to customize the navbar background, just copy the <code>.navbar</code> style specification.</li>
<li>In your custom stylesheet, edit the CSS you just copied from the Bootstrap source. No need for prepending additional classes, or appending <code>!important</code> here. Keep it simple.</li>
<li>Rinse and repeat until you're happy with your customizations.</li>
</ul>