Skip to content

Commit 13d9087

Browse files
authored
Fix unclosed em tag
Fix unclosed em tag in navbar example
1 parent e6e1021 commit 13d9087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/navbar/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<b-nav-item-dropdown right>
3636
<!-- Using button-content slot -->
3737
<template slot="button-content">
38-
<em>User<em>
38+
<em>User</em>
3939
</template>
4040
<b-dropdown-item to="#">Profile</b-dropdown-item>
4141
<b-dropdown-item to="#">Signout</b-dropdown-item>

0 commit comments

Comments
 (0)