diff options
| author | Christian Oliff <[email protected]> | 2018-11-26 23:57:33 +0900 |
|---|---|---|
| committer | Patrick H. Lauke <[email protected]> | 2018-11-26 14:57:33 +0000 |
| commit | 7a907ae09e9b15b6062df234e0ab465af0322bb3 (patch) | |
| tree | 34169b7fc2824e074699d663ecc345cce7f0fab1 | |
| parent | 32ab52ba2e9dc2549304fcef14dede7806384f34 (diff) | |
| download | bootstrap-7a907ae09e9b15b6062df234e0ab465af0322bb3.tar.xz bootstrap-7a907ae09e9b15b6062df234e0ab465af0322bb3.zip | |
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
| -rw-r--r-- | site/docs/4.1/content/reboot.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/docs/4.1/content/reboot.md b/site/docs/4.1/content/reboot.md index 8de206fa2..c8d4ab672 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", |
