aboutsummaryrefslogtreecommitdiff
path: root/components.html
diff options
context:
space:
mode:
authorChris Lamb <[email protected]>2013-08-20 11:18:23 +0100
committerChris Lamb <[email protected]>2013-08-20 11:18:23 +0100
commit3515964578101a43aba695f66aa4ab7aa129121b (patch)
tree0cac5af76727db6667a7cd1c104abccd07b738f3 /components.html
parentaf75dca908d672d7cc71fcf009b5c0a5f10aad06 (diff)
downloadbootstrap-3515964578101a43aba695f66aa4ab7aa129121b.tar.xz
bootstrap-3515964578101a43aba695f66aa4ab7aa129121b.zip
Correct "Aligninment" -> "Alignment" typo.
Signed-off-by: Chris Lamb <[email protected]>
Diffstat (limited to 'components.html')
-rw-r--r--components.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/components.html b/components.html
index a428529b1..24d1ad18c 100644
--- a/components.html
+++ b/components.html
@@ -289,7 +289,7 @@ base_url: "../"
</div>
{% endhighlight %}
- <h3 id="dropdowns-alignment">Aligninment options</h3>
+ <h3 id="dropdowns-alignment">Alignment options</h3>
<p>Add <code>.pull-right</code> to a <code>.dropdown-menu</code> to right align the dropdown menu.</p>
{% highlight html %}
<ul class="dropdown-menu pull-right" role="menu" aria-labelledby="dLabel">