diff --git a/docs/api/system-preferences.md b/docs/api/system-preferences.md index 836caea7f152b..58e27e0bba4fd 100644 --- a/docs/api/system-preferences.md +++ b/docs/api/system-preferences.md @@ -288,7 +288,7 @@ theme, is active, `false` otherwise. Returns `String` - Can be `dark`, `light` or `unknown`. Gets the macOS appearance setting that is currently applied to your application, -maps to [NSApplication.effectiverAppearance](https://developer.apple.com/documentation/appkit/nsapplication/2967171-effectiveappearance?language=objc) +maps to [NSApplication.effectiveAppearance](https://developer.apple.com/documentation/appkit/nsapplication/2967171-effectiveappearance?language=objc) Please note that until Electron is built targeting the 10.14 SDK, your application's `effectiveAppearance` will default to 'light' and won't inherit the OS preference. In @@ -329,4 +329,4 @@ setting. It is a no-op if you have not called `startAppLevelAppearanceTrackingO **Note:** This method is exempt from our standard deprecation cycle and will be removed without deprecation in an upcoming major release of Electron as soon as we target the 10.14 -SDK \ No newline at end of file +SDK