Merge pull request #475 from theseyi/master

Fixed typo in tutorial
This commit is contained in:
Christopher Chedeau 2015-03-30 08:37:35 -07:00
commit f3d5faff7b
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ Add the following constants to the top of the file (typically below the requires
```javascript
/**
* For quota reasons we replaced the Rotten Tomatoes' API with a sample data of
* their very own API that lives in React Native's Gihub repo.
* their very own API that lives in React Native's Github repo.
*/
var REQUEST_URL = 'https://raw.githubusercontent.com/facebook/react-native/master/docs/MoviesExample.json';
```