We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e4fbe4 commit 8a2ca5eCopy full SHA for 8a2ca5e
src/components/dropdown/README.md
@@ -50,7 +50,7 @@ Disabled the dropdown item by setting the `disabled` prop.
50
Historically dropdown menu contents had to be links (`<b-dropdown-item>`), but that’s no
51
longer the case with Bootstrap v4. Now you can optionally create `<button>` elements in
52
your dropdowns by using the `<b-dropdown-item-button>` sub-component.
53
-`<b-dropdown-itmem-button>` does not support the `href` or `to` props.
+`<b-dropdown-item-button>` does not support the `href` or `to` props.
54
55
Disabled the dropdown item button by setting the `disabled` prop.
56
0 commit comments