diff options
| author | ysds <[email protected]> | 2018-05-15 18:33:29 +0900 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2018-05-15 11:33:29 +0200 |
| commit | f42ef5fa690e1a36764dceef983f15e72ea822be (patch) | |
| tree | 975df04cb1dbbac9044b1b1a276ce6ee89dab57a /docs | |
| parent | 788f3e6802df884acc0276cf8ba24b9a58d5b3c5 (diff) | |
| download | bootstrap-f42ef5fa690e1a36764dceef983f15e72ea822be.tar.xz bootstrap-f42ef5fa690e1a36764dceef983f15e72ea822be.zip | |
fix(doc): typo in dropdowns.md
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.1/components/dropdowns.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.1/components/dropdowns.md b/docs/4.1/components/dropdowns.md index 0ee4e07c0..191cae9f6 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> |
