replace XCode to Xcode.

Summary:
Fixing very trivial typos.  'XCode' should be 'Xcode'.
Closes https://github.com/facebook/react-native/pull/7451

Differential Revision: D3275295

fb-gh-sync-id: 440972364229ca980e5211277baa342a20ac5d94
fbshipit-source-id: 440972364229ca980e5211277baa342a20ac5d94
This commit is contained in:
MIYOKAWA, Nobuyoshi
2016-05-10 12:49:38 -07:00
committed by Joel Marcey
parent 6997817e10
commit 17f9d4d246
+2 -2
View File
@@ -97,7 +97,7 @@ npm install -g react-native-cli
<block class="mac ios" />
#### XCode
#### Xcode
[Xcode](https://developer.apple.com/xcode/downloads/) 7.0 or higher. Open the App Store or go to https://developer.apple.com/xcode/downloads/. This will also install `git` as well.
@@ -190,7 +190,7 @@ Enable [Gradle Daemon](https://docs.gradle.org/2.9/userguide/gradle_daemon.html)
#### Git
Git version control. If you have installed [XCode](https://developer.apple.com/xcode/), Git is
Git version control. If you have installed [Xcode](https://developer.apple.com/xcode/), Git is
already installed, otherwise run the following:
```