aboutsummaryrefslogtreecommitdiff
path: root/components.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-08-20 09:36:00 -0700
committerChris Rebert <[email protected]>2013-08-20 09:36:00 -0700
commit94599259e161ba64fc2d9b735b5328ff9c64ad38 (patch)
tree0cac5af76727db6667a7cd1c104abccd07b738f3 /components.html
parentaf75dca908d672d7cc71fcf009b5c0a5f10aad06 (diff)
parent3515964578101a43aba695f66aa4ab7aa129121b (diff)
downloadbootstrap-94599259e161ba64fc2d9b735b5328ff9c64ad38.tar.xz
bootstrap-94599259e161ba64fc2d9b735b5328ff9c64ad38.zip
Merge pull request #9918 from lamby/master
Correct "Aligninment" -> "Alignment" typo.
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">