Fix casing of "macOS" (#17040)

This PR fixes a number of spots in English contexts (docs, comments,
etc.) where we were using "MacOS" instead of "macOS".

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-08-28 19:10:49 -04:00 committed by GitHub
parent 505675c0b5
commit b374c7d912
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 11 additions and 11 deletions

View file

@ -9,7 +9,7 @@ Clone down the [Zed repository](https://github.com/zed-industries/zed).
- Install [Rust](https://www.rust-lang.org/tools/install)
- Install [Xcode](https://apps.apple.com/us/app/xcode/id497799835?mt=12) from the macOS App Store, or from the [Apple Developer](https://developer.apple.com/download/all/) website. Note this requires a developer account.
> Ensure you launch XCode after installing, and install the MacOS components, which is the default option.
> Ensure you launch XCode after installing, and install the macOS components, which is the default option.
- Install [Xcode command line tools](https://developer.apple.com/xcode/resources/)