Skip to content

Commit cbe3ab2

Browse files
committed
Fix typo
1 parent db2d939 commit cbe3ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/Sources/Service/Environment.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Foundation
44

55
private struct NoAccessToAccessibilityAPIError: Error, LocalizedError {
66
var errorDescription: String? {
7-
"Permission not granted to use Accessibility API. Please turn in on in Settings.app."
7+
"Permission not granted to use Accessibility API. Please turn in on in System Settings.app."
88
}
99
}
1010

0 commit comments

Comments
 (0)