Skip to content

Commit

Permalink
Correct spelling of "VoiceOver" (w3c#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
jugglinmike authored May 20, 2024
1 parent 74b5e29 commit 83b2697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/macos/session.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const newSession = /** @type {ATDriverModules.SessionNewSession} */ (
return {
sessionId: websocket.sessionId,
capabilities: {
atName: 'Voiceover',
atName: 'VoiceOver',
// The ARIA-AT Community Group considers the MacOS version identifier
// to be an accurate identifier for the VoiceOver screen reader.
atVersion: await getMacOSVersion(),
Expand Down

0 comments on commit 83b2697

Please sign in to comment.