diff --git a/docs/api/dock.md b/docs/api/dock.md index e242761b5c6c..3e798e793192 100644 --- a/docs/api/dock.md +++ b/docs/api/dock.md @@ -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 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_ diff --git a/docs/api/menu-item.md b/docs/api/menu-item.md index bd50f2777719..3d38a292b4c4 100644 --- a/docs/api/menu-item.md +++ b/docs/api/menu-item.md @@ -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. 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 diff --git a/docs/development/build-instructions-gn.md b/docs/development/build-instructions-gn.md index 3da281866e7d..951c894fc882 100644 --- a/docs/development/build-instructions-gn.md +++ b/docs/development/build-instructions-gn.md @@ -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:** -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: