Improved wording
This commit is contained in:
parent
67dd19ed0f
commit
511bf83fe7
2 changed files with 2 additions and 2 deletions
|
@ -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)`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue