From 03b73cc28c933154e6ad376b1b2ed08563e0b0b2 Mon Sep 17 00:00:00 2001 From: Seyi Adebajo Date: Mon, 30 Mar 2015 00:46:06 -0400 Subject: [PATCH] Fixed typo in tutorial --- docs/Tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Tutorial.md b/docs/Tutorial.md index 4fee8e5ee..7cb77c084 100644 --- a/docs/Tutorial.md +++ b/docs/Tutorial.md @@ -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'; ```