diff options
| author | Chris Rebert <[email protected]> | 2013-08-20 09:36:00 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-20 09:36:00 -0700 |
| commit | 94599259e161ba64fc2d9b735b5328ff9c64ad38 (patch) | |
| tree | 0cac5af76727db6667a7cd1c104abccd07b738f3 | |
| parent | af75dca908d672d7cc71fcf009b5c0a5f10aad06 (diff) | |
| parent | 3515964578101a43aba695f66aa4ab7aa129121b (diff) | |
| download | bootstrap-94599259e161ba64fc2d9b735b5328ff9c64ad38.tar.xz bootstrap-94599259e161ba64fc2d9b735b5328ff9c64ad38.zip | |
Merge pull request #9918 from lamby/master
Correct "Aligninment" -> "Alignment" typo.
| -rw-r--r-- | components.html | 2 |
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"> |
