aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/install-os-x.md
diff options
context:
space:
mode:
authorGravatar Sergio Campama <sergiocampama@gmail.com>2018-03-06 07:54:50 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2018-03-06 07:57:07 -0800
commit27b8cc3f4a06e781a92cf2087476af5d51c06b1b (patch)
treeee48e5a9665ba21a241040af05c33c3e42a1cb9a /site/docs/install-os-x.md
parent5c4e124163334aa91e3af7bf408238c4c774b692 (diff)
Replace instances of XCode with Xcode which is the proper casing for the name.
Closes #4640. PiperOrigin-RevId: 188022228
Diffstat (limited to 'site/docs/install-os-x.md')
-rw-r--r--site/docs/install-os-x.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/docs/install-os-x.md b/site/docs/install-os-x.md
index ee4cfab864..b1750a7615 100644
--- a/site/docs/install-os-x.md
+++ b/site/docs/install-os-x.md
@@ -60,7 +60,7 @@ The binary installers are on Bazel's [GitHub releases page](https://github.com/b
The installer contains the Bazel binary and the required JDK. Some additional
libraries must also be installed for Bazel to work.
-### 1. Install XCode command line tools
+### 1. Install Xcode command line tools
Xcode can be downloaded from the [Apple Developer
Site](https://developer.apple.com/xcode/downloads/) (this link redirects to
@@ -69,7 +69,7 @@ their App Store).
For `objc_*` and `ios_*` rule support, you must have Xcode 6.1 or later with iOS
SDK 8.1 installed on your system.
-Once XCode is installed, you can agree to the license agreement for all users with
+Once Xcode is installed, you can agree to the license agreement for all users with
the following command:
```