From 511bf83fe7314b2cf55039eb4822c22ce7e6b68a Mon Sep 17 00:00:00 2001 From: Leonard Lamprecht Date: Sat, 18 Jun 2016 15:28:22 +0200 Subject: [PATCH] Improved wording --- atom/common/options_switches.cc | 2 +- docs/api/menu.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/atom/common/options_switches.cc b/atom/common/options_switches.cc index 6b81e18..36ec19e 100644 --- a/atom/common/options_switches.cc +++ b/atom/common/options_switches.cc @@ -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. diff --git a/docs/api/menu.md b/docs/api/menu.md index 2aed2d5..7dea2c6 100644 --- a/docs/api/menu.md +++ b/docs/api/menu.md @@ -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)` -- 2.7.4