From 880798b6c877a1228923cea40d6bdc22015f20cb Mon Sep 17 00:00:00 2001 From: Sam Pfluger <108141731+Sampfluger88@users.noreply.github.com> Date: Thu, 28 Aug 2025 22:40:57 -0500 Subject: [PATCH] Link to Apple HIG (#32443) Closes https://github.com/fleetdm/confidential/issues/11167 --- handbook/company/communications.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/handbook/company/communications.md b/handbook/company/communications.md index 501739e242..d2a25a31a0 100644 --- a/handbook/company/communications.md +++ b/handbook/company/communications.md @@ -931,14 +931,14 @@ In sentence case, we write and capitalize words as if they were in sentences: As we use sentence case, only the first word is capitalized. But, if a word would normally be capitalized in the sentence (e.g., a proper noun, an acronym, or a stylization) it should remain capitalized. - Proper nouns _("Nudge", "Skimbleshanks", "Kleenex")_ - - "Yeah, we use Nudge" - - "Introducing our friend Skimbleshanks" + - "Yeah, we use Nudge." + - "Introducing our friend Skimbleshanks." - "Please, can I have a Kleenex?" - Acronyms _("MDM", "REST", "API", "JSON")_ - - "MDM commands in Fleet are available over a REST API that returns JSON" + - "MDM commands in Fleet are available over a REST API that returns JSON." - Stylizations _("macOS", "osquery", "MySQL", "APNs") - - "Although 'macOS' is a proper noun, macOS uses its own style guide from Apple, to which we adhere" - - "Zach is the co-creator of osquery" + - "Although 'macOS' is a proper noun, macOS uses its own [style guide from Apple](https://developer.apple.com/design/human-interface-guidelines), to which we adhere." + - "Zach is the co-creator of osquery." - "Does it work with MySQL?" - "Does it use APNs (the Apple Push Notification service)?"