Skip to content

Commit fac7caa

Browse files
authored
Fix typo
1 parent 563e8c4 commit fac7caa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/js/tab/tab.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
get view() { return this.getAttribute('view'); }
77
set view(value) { this.setAttribute('view', value); }
88
get orientation() { return this.getAttribute('orientation'); }
9-
set orientation(value) { this.setAttribute('oriendation', value); }
9+
set orientation(value) { this.setAttribute('orientation', value); }
1010

1111
/* Lifecycle, element created */
1212
constructor() {

0 commit comments

Comments
 (0)