aboutsummaryrefslogtreecommitdiff
path: root/docs/components.html
diff options
context:
space:
mode:
authorMaik Schreiber <[email protected]>2012-01-09 00:02:13 +0100
committerMaik Schreiber <[email protected]>2012-01-09 00:02:13 +0100
commitdbe5e666af51a4d85923c1a7754da1c929dfc249 (patch)
tree65c3e3b8afdf3176280eb35d32a852e906d2f6fc /docs/components.html
parentaa0c4acd80562645ae85ef9a76f6b45e778d7acd (diff)
downloadbootstrap-dbe5e666af51a4d85923c1a7754da1c929dfc249.tar.xz
bootstrap-dbe5e666af51a4d85923c1a7754da1c929dfc249.zip
fix typo
Diffstat (limited to 'docs/components.html')
-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;
...