mirror of
https://github.com/electron/electron.git
synced 2026-01-11 00:18:02 -05:00
Improved wording
This commit is contained in:
@@ -66,7 +66,7 @@ const char kType[] = "type";
|
||||
// Disable auto-hiding cursor.
|
||||
const char kDisableAutoHideCursor[] = "disableAutoHideCursor";
|
||||
|
||||
// Use the macOS's standard window instead of the textured window.
|
||||
// Use the macOS' standard window instead of the textured window.
|
||||
const char kStandardWindow[] = "standardWindow";
|
||||
|
||||
// Default browser window background color.
|
||||
|
||||
@@ -244,7 +244,7 @@ emulating default Cocoa menu behaviors, usually you would just use the
|
||||
`role` property of `MenuItem`.
|
||||
|
||||
See the [macOS Cocoa Event Handling Guide](https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/EventOverview/EventArchitecture/EventArchitecture.html#//apple_ref/doc/uid/10000060i-CH3-SW7)
|
||||
for more information on macOS's native actions.
|
||||
for more information on macOS' native actions.
|
||||
|
||||
### `Menu.buildFromTemplate(template)`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user