Skip to content

Commit 9613484

Browse files
authored
Set aria-attribute to aria-orientation
instead of aria-oriantation
1 parent fbab1f4 commit 9613484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/internal/aria-orientation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const defaultOrientation: Orientable = {
1212
orientation: 'horizontal',
1313
}
1414

15-
export const setAriaOrientation = setAriaAttributeString('aria-oriantation')
15+
export const setAriaOrientation = setAriaAttributeString('aria-orientation')
1616

1717
export const reflectAriaOrientation =
1818
(store: Readable<Orientable>): Behavior =>

0 commit comments

Comments
 (0)