Skip to content

Commit

Permalink
Merge pull request #100 from jstask82/master
Browse files Browse the repository at this point in the history
Set  aria-attribute to aria-orientation
  • Loading branch information
CaptainCodeman authored Nov 15, 2024
2 parents fbab1f4 + 9613484 commit d4fcbf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/internal/aria-orientation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const defaultOrientation: Orientable = {
orientation: 'horizontal',
}

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

export const reflectAriaOrientation =
(store: Readable<Orientable>): Behavior =>
Expand Down

0 comments on commit d4fcbf5

Please sign in to comment.