From a6b1c054a8c87dc633213890a1ad8ab98c497a57 Mon Sep 17 00:00:00 2001 From: aaron <0d1y6g0w@duck.com> Date: Thu, 5 Sep 2024 20:34:25 -0700 Subject: [PATCH] Fix Xcode spelling (#17476) "[Xcode](https://developer.apple.com/xcode/)" is misspelled as "XCode". Release Notes: - N/A --- docs/src/development/macos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/development/macos.md b/docs/src/development/macos.md index 5ef01fe6da..160ae3dd0e 100644 --- a/docs/src/development/macos.md +++ b/docs/src/development/macos.md @@ -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/)