aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-01-08 15:13:56 -0800
committerJacob Thornton <[email protected]>2012-01-08 15:13:56 -0800
commita24cdb3e408f23de64e33642efbda7e8f7d3f2b8 (patch)
tree962b57a331e9e3f5a8925d2138ba50311fb95eba /docs
parent7aca72322effb717804af8348d3b58cfa2cbe000 (diff)
parentdbe5e666af51a4d85923c1a7754da1c929dfc249 (diff)
downloadbootstrap-a24cdb3e408f23de64e33642efbda7e8f7d3f2b8.tar.xz
bootstrap-a24cdb3e408f23de64e33642efbda7e8f7d3f2b8.zip
Merge pull request #932 from blizzy78/typo
Tiny typo fix
Diffstat (limited to 'docs')
-rw-r--r--docs/components.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components.html b/docs/components.html
index 0c70ef168..104bedf54 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -512,7 +512,7 @@
&lt;/div&gt;
&lt;/div&gt;
</pre>
- <p>To make the navbar fixed, swamp the <code>.navbar-static</code> class for <code>.navbar-fixed</code>. In your CSS, you will also need to account for the overlap it causes by adding <code>padding-top: 40px;</code> to your <code>&lt;body&gt;</code>.</p>
+ <p>To make the navbar fixed, swap the <code>.navbar-static</code> class for <code>.navbar-fixed</code>. In your CSS, you will also need to account for the overlap it causes by adding <code>padding-top: 40px;</code> to your <code>&lt;body&gt;</code>.</p>
<pre class="prettyprint linenums">
&lt;div class="navbar navbar-fixed"&gt;
...