Skip to content

Commit 72a33c7

Browse files
indrtmorehouse
authored andcommitted
fix(tabs): typo aria-lablelledby (bootstrap-vue#954)
1 parent 136960d commit 72a33c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/components/tab.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
:class="['tab-pane', {show, fade, disabled, active: localActive}]"
77
:aria-hidden="localActive ? 'false' : 'true'"
88
:aria-expanded="localActive ? 'true' : 'false'"
9-
:aria-lablelledby="controlledBy || null"
9+
:aria-labelledby="controlledBy || null"
1010
v-if="localActive || !lazy"
1111
v-show="localActive || lazy"
1212
ref="panel"

0 commit comments

Comments
 (0)