We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbab1f4 commit 9613484Copy full SHA for 9613484
src/lib/internal/aria-orientation.ts
@@ -12,7 +12,7 @@ export const defaultOrientation: Orientable = {
12
orientation: 'horizontal',
13
}
14
15
-export const setAriaOrientation = setAriaAttributeString('aria-oriantation')
+export const setAriaOrientation = setAriaAttributeString('aria-orientation')
16
17
export const reflectAriaOrientation =
18
(store: Readable<Orientable>): Behavior =>
0 commit comments