From 271c39ceb3990931a809715d9d2d66d029a3e826 Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Tue, 21 Jun 2016 23:02:01 -0700 Subject: [PATCH] =?UTF-8?q?OS=20X=20=E2=86=92=20macOS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/styleguide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/styleguide.md b/docs/styleguide.md index b4d9150ae030..21d7c63b3455 100644 --- a/docs/styleguide.md +++ b/docs/styleguide.md @@ -72,10 +72,10 @@ or a custom type like Electron's [`webContent`](api/web-content.md). If an argument is unique to certain platforms, those platforms are denoted using a space-delimited italicized list following the datatype. Values can be -`OS X`, `Windows`, or `Linux`. +`macOS`, `Windows`, or `Linux`. ``` -* `animate` Boolean (optional) _OS X_ _Windows_ +* `animate` Boolean (optional) _macOS_ _Windows_ ``` ### Events