Skip to content

Commit 8a2ca5e

Browse files
drdreimosinve
authored andcommitted
fix(dropdown): typo in README (#1939) (#1942)
1 parent 5e4fbe4 commit 8a2ca5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/dropdown/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Disabled the dropdown item by setting the `disabled` prop.
5050
Historically dropdown menu contents had to be links (`<b-dropdown-item>`), but that’s no
5151
longer the case with Bootstrap v4. Now you can optionally create `<button>` elements in
5252
your dropdowns by using the `<b-dropdown-item-button>` sub-component.
53-
`<b-dropdown-itmem-button>` does not support the `href` or `to` props.
53+
`<b-dropdown-item-button>` does not support the `href` or `to` props.
5454

5555
Disabled the dropdown item button by setting the `disabled` prop.
5656

0 commit comments

Comments
 (0)