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.
2 parents fbab1f4 + 9613484 commit d4fcbf5Copy full SHA for d4fcbf5
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