docs: fixed minor typos (#24912)

I was going through the entire documentation and decided to fix this to the best of my knowledge.
This commit is contained in:
Olawanle Joel 2020-08-11 14:30:45 +00:00 committed by GitHub
parent 14aba3f0de
commit d7909b507f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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