Fixing typo

Summary:
'iOS' was written but it should be 'Android'.
Closes https://github.com/facebook/react-native/pull/8637

Differential Revision: D3530611

Pulled By: JoelMarcey

fbshipit-source-id: 04dbb2e2188f3de73f9bc185f18950bc5de5607b
This commit is contained in:
Jon Green 2016-07-07 14:24:32 -07:00 committed by Facebook Github Bot 4
parent 5e10d3e385
commit 6565edc9ed
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ The keys to integrating React Native components into your iOS application are to
<block class="android" />
The keys to integrating React Native components into your iOS application are to:
The keys to integrating React Native components into your Android application are to:
1. Understand what React Native components you want to integrate.
2. Install `react-native` in your Android application root directory to create `node_modules/` directory.