From 304f88d1a828e53439eef37a8549511985a73dda Mon Sep 17 00:00:00 2001 From: Mike Pennisi Date: Mon, 20 May 2024 17:30:39 -0400 Subject: [PATCH] Correct spelling of "VoiceOver" --- lib/modules/macos/session.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/modules/macos/session.js b/lib/modules/macos/session.js index e94419a..6dbbf7a 100644 --- a/lib/modules/macos/session.js +++ b/lib/modules/macos/session.js @@ -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(),