From c5738fbdeb5ce5e00d49f632009402e8cd4ba16a Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Thu, 11 Jan 2024 17:11:46 -0500 Subject: [PATCH] Update supported host operating system (#16070) - macOS is always lowercased --- docs/Using Fleet/Supported-host-operating-systems.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Using Fleet/Supported-host-operating-systems.md b/docs/Using Fleet/Supported-host-operating-systems.md index fdb6973fa9..70d5e5b91d 100644 --- a/docs/Using Fleet/Supported-host-operating-systems.md +++ b/docs/Using Fleet/Supported-host-operating-systems.md @@ -6,7 +6,7 @@ Fleet supports the following operating system versions on hosts. | OS | Supported version(s) | | :------ | :------------------------------------- | -| MacOS | 12 (Monterey) and higher | +| macOS | 12 (Monterey) and higher | | Windows | 10 (Pro and Enterprise) and higher | | Linux | CentOS 7.1+, Ubuntu 16.04+, Fedora 38+ | | ChromeOS | 112.0.5615.134+ |