Skip to content

Commit

Permalink
docs: fix system-prefs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Sep 25, 2018
1 parent 965b7c8 commit 7716c60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/system-preferences.md
Expand Up @@ -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
Expand Down Expand Up @@ -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
SDK

0 comments on commit 7716c60

Please sign in to comment.