Skip to content

Commit

Permalink
fix(doc): typo in dropdowns.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ysds authored and Johann-S committed May 15, 2018
1 parent 788f3e6 commit f42ef5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/4.1/components/dropdowns.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit f42ef5f

Please sign in to comment.