From 7a907ae09e9b15b6062df234e0ab465af0322bb3 Mon Sep 17 00:00:00 2001
From: Christian Oliff <christianoliff@yahoo.com>
Date: Mon, 26 Nov 2018 23:57:33 +0900
Subject: [PATCH] Change OS X to macOS in Sass comments (#27729)

It's been macOS for 3 years now and we use just 'macOS' elsewhere in the Bootstrap documentation.
https://en.wikipedia.org/wiki/MacOS
---
 site/docs/4.1/content/reboot.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/site/docs/4.1/content/reboot.md b/site/docs/4.1/content/reboot.md
index 8de206fa2b..c8d4ab672c 100644
--- a/site/docs/4.1/content/reboot.md
+++ b/site/docs/4.1/content/reboot.md
@@ -33,9 +33,9 @@ The default web fonts (Helvetica Neue, Helvetica, and Arial) have been dropped i
 
 {% highlight sass %}
 $font-family-sans-serif:
-  // Safari for OS X and iOS (San Francisco)
+  // Safari for macOS and iOS (San Francisco)
   -apple-system,
-  // Chrome < 56 for OS X (San Francisco)
+  // Chrome < 56 for macOS (San Francisco)
   BlinkMacSystemFont,
   // Windows
   "Segoe UI",
-- 
GitLab