docs: Remove the latin words from doc (#32641)

This commit is contained in:
Harshil jain 2022-01-29 02:10:20 +05:30 committed by GitHub
parent e693738f7c
commit d657cd8ed6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -28,7 +28,7 @@ When `informational` is passed, the dock icon will bounce for one second.
However, the request remains active until either the application becomes active However, the request remains active until either the application becomes active
or the request is canceled. or the request is canceled.
**Nota Bene:** This method can only be used while the app is not focused; when the app is focused it will return -1. **Note:** This method can only be used while the app is not focused; when the app is focused it will return -1.
#### `dock.cancelBounce(id)` _macOS_ #### `dock.cancelBounce(id)` _macOS_

View file

@ -124,7 +124,7 @@ When specifying a `role` on macOS, `label` and `accelerator` are the only
options that will affect the menu item. All other options will be ignored. options that will affect the menu item. All other options will be ignored.
Lowercase `role`, e.g. `toggledevtools`, is still supported. Lowercase `role`, e.g. `toggledevtools`, is still supported.
**Nota Bene:** The `enabled` and `visibility` properties are not available for top-level menu items in the tray on macOS. **Note:** The `enabled` and `visibility` properties are not available for top-level menu items in the tray on macOS.
### Instance Properties ### Instance Properties

View file

@ -136,7 +136,7 @@ $ gn gen out/Release --args="import(\"//electron/build/args/release.gn\") $GN_EX
``` ```
**To build, run `ninja` with the `electron` target:** **To build, run `ninja` with the `electron` target:**
Nota Bene: This will also take a while and probably heat up your lap. Note: This will also take a while and probably heat up your lap.
For the testing configuration: For the testing configuration: