Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorysds <fellows3@gmail.com>2018-05-15 12:33:29 +0300
committerJohann-S <johann.servoire@gmail.com>2018-05-15 12:33:29 +0300
commitf42ef5fa690e1a36764dceef983f15e72ea822be (patch)
tree975df04cb1dbbac9044b1b1a276ce6ee89dab57a /docs
parent788f3e6802df884acc0276cf8ba24b9a58d5b3c5 (diff)
fix(doc): typo in dropdowns.md
Diffstat (limited to 'docs')
-rw-r--r--docs/4.1/components/dropdowns.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.1/components/dropdowns.md b/docs/4.1/components/dropdowns.md
index 0ee4e07c05..191cae9f6e 100644
--- a/docs/4.1/components/dropdowns.md
+++ b/docs/4.1/components/dropdowns.md
@@ -436,7 +436,7 @@ Trigger dropdown menus at the right of the elements by adding `.dropright` to th
Split dropright
</button>
<button type="button" class="btn btn-secondary dropdown-toggle dropdown-toggle-split" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
- <span class="sr-only">Toggle Dropdright</span>
+ <span class="sr-only">Toggle Dropright</span>
</button>
<div class="dropdown-menu">
<a class="dropdown-item" href="#">Action</a>