Skip to content

Commit d4fcbf5

Browse files
Merge pull request #100 from jstask82/master
Set aria-attribute to aria-orientation
2 parents fbab1f4 + 9613484 commit d4fcbf5

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)