From d7909b507ffe3f51e3cb2e2450ebe0d4ecc2650b Mon Sep 17 00:00:00 2001 From: Olawanle Joel <57611810+olawanlejoel@users.noreply.github.com> Date: Tue, 11 Aug 2020 14:30:45 +0000 Subject: [PATCH] docs: fixed minor typos (#24912) I was going through the entire documentation and decided to fix this to the best of my knowledge. --- docs/tutorial/mojave-dark-mode-guide.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tutorial/mojave-dark-mode-guide.md b/docs/tutorial/mojave-dark-mode-guide.md index 41646bfebf..3744361f3d 100644 --- a/docs/tutorial/mojave-dark-mode-guide.md +++ b/docs/tutorial/mojave-dark-mode-guide.md @@ -13,11 +13,11 @@ to automate the `Info.plist` changes during app build time. ## Automatically updating the native interfaces -"Native Interfaces" include the file picker, window border, dialogs, context menus and more; basically, +"Native Interfaces" include the file picker, window border, dialogs, context menus, and more; basically, anything where the UI comes from macOS and not your app. As of Electron 7.0.0, the default behavior -is to opt in to this automatic theming from the OS. If you wish to opt out and are using Electron +is to opt into this automatic theming from the OS. If you wish to opt-out and are using Electron > 8.0.0, you must set the `NSRequiresAquaSystemAppearance` key in the `Info.plist` file to `true`. -Please note that Electron 8.0.0 and above will not let your opt out of this theming, due to the use +Please note that Electron 8.0.0 and above will not let your opt-out of this theming, due to the use of the macOS 10.14 SDK. ## Automatically updating your own interfaces